Module: Logify::ClassMethods
- Defined in:
- lib/logify.rb
Overview
Class methods that get extended into any including object.
Instance Method Summary collapse
-
#log ⇒ Logger
Write a message to the logger for this class.
Instance Method Details
#log ⇒ Logger
Write a message to the logger for this class.
130 131 132 |
# File 'lib/logify.rb', line 130 def log @log ||= Logify.logger_for(name) end |