Class: Cellular::Logger
- Inherits:
-
Object
- Object
- Cellular::Logger
- 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() $stdout.puts end |