lib/cellular/backends/log.rb in cellular-2.1.0 vs lib/cellular/backends/log.rb in cellular-2.2.0
- old
+ new
@@ -1,6 +1,7 @@
module Cellular
module Backends
+ # Writes SMS messages to configured logger
class Log < Backend
def self.deliver(options = {})
Cellular.config.logger.info options[:message]
end
end