Method: Logify::InstanceMethods#log
- Defined in:
- lib/logify.rb
#log ⇒ Logger
Write a message to the logger for this instance’s class.
142 143 144 |
# File 'lib/logify.rb', line 142 def log @log ||= Logify.logger_for(self.class.name) end |