module Logify::InstanceMethods
Instance methods that get included into any including object.
Public Instance Methods
log()
click to toggle source
Write a message to the logger for this instance's class.
@return [Logger]
# File lib/logify.rb, line 142 def log @log ||= Logify.logger_for(self.class.name) end