Method: Consist::Commands::StreamLogger#on_data
- Defined in:
- lib/consist/commands/includes/stream_logger.rb
#on_data(_command, _stream_name, data, _channel) ⇒ Object
10 11 12 |
# File 'lib/consist/commands/includes/stream_logger.rb', line 10 def on_data(_command, _stream_name, data, _channel) log(data) end |