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