module Alexandria::Logging::ClassMethods
Public Instance Methods
log()
click to toggle source
# File lib/alexandria/logging.rb, line 120 def log @log ||= LogWrapper.new(Alexandria.log, self) end
# File lib/alexandria/logging.rb, line 120 def log @log ||= LogWrapper.new(Alexandria.log, self) end