Method: Howcast::Logging::ClassMethods#log

Defined in:
lib/howcast/logging.rb

#logObject



31
32
33
# File 'lib/howcast/logging.rb', line 31

def log
  @logger ||= Logger.new($stdout)
end