Method: Bixby::Log#log
- Defined in:
- lib/bixby-common/util/log.rb
#log ⇒ Logger Also known as: logger
Get a log instance for this class
14 15 16 |
# File 'lib/bixby-common/util/log.rb', line 14 def log @log ||= Logging.logger[self] end |