Method: Catlass::Logger::Helper.info

Defined in:
lib/catlass/logger.rb

.info(msg) ⇒ Object



72
73
74
# File 'lib/catlass/logger.rb', line 72

def info(msg)
  log(:info, msg)
end