Method: Banter::RabbitLogger.log_publish
- Defined in:
- lib/banter/rabbit_logger.rb
.log_publish(routing_key, envelope) ⇒ Object
12 13 14 |
# File 'lib/banter/rabbit_logger.rb', line 12 def self.log_publish(routing_key, envelope) internal_log(:warn, "BANTER PUBLISH", envelope, routing_key, envelope[:payload]) end |