Module: Endow::Logging
- Defined in:
- lib/endow/logging.rb
Instance Method Summary collapse
Instance Method Details
#log_connection(service, attempt, attempts = nil) ⇒ Object
4 5 6 |
# File 'lib/endow/logging.rb', line 4 def log_connection( service, attempt, attempts=nil ) Endow::Logger.log_connection( service, attempt, attempts ) end |
#log_graceful_error(msg) ⇒ Object
8 9 10 |
# File 'lib/endow/logging.rb', line 8 def log_graceful_error( msg ) Endow::Logger.log_graceful_error( msg ) end |