Class: Warren::Log::Channel
- Inherits:
-
Object
- Object
- Warren::Log::Channel
- Defined in:
- lib/warren/log.rb
Overview
rubocop:todo Style/Documentation
Instance Method Summary collapse
Instance Method Details
#<<(message) ⇒ Object
7 8 9 10 |
# File 'lib/warren/log.rb', line 7 def <<() Rails.logger.info "Published: #{.routing_key}" Rails.logger.debug "Payload: #{.payload}" end |