Class: Cellular::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/cellular/logger.rb

Overview

An API compatible logger when not in a rails environment logs to stdout

Instance Method Summary collapse

Instance Method Details

#info(message) ⇒ Object



6
7
8
# File 'lib/cellular/logger.rb', line 6

def info(message)
  $stdout.puts message
end