Class: Cellular::Logger

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

Overview

API compatible logger when not in a Rails environment Logs to stdout

Instance Method Summary collapse

Instance Method Details

#info(message) ⇒ Object



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

def info(message)
  $stdout.puts message
end