Class: Cellular::Backends::Log
- Defined in:
- lib/cellular/backends/log.rb
Class Method Summary collapse
Methods inherited from Backend
Class Method Details
.deliver(options = {}) ⇒ Object
4 5 6 |
# File 'lib/cellular/backends/log.rb', line 4 def self.deliver( = {}) Cellular.config.logger.info [:message] end |