Method: Bixby::Log#log

Defined in:
lib/bixby-common/util/log.rb

#logLogger Also known as: logger

Get a log instance for this class

Returns:

  • (Logger)


14
15
16
# File 'lib/bixby-common/util/log.rb', line 14

def log
  @log ||= Logging.logger[self]
end