Method: Cyclid::API::Plugins::Notifier::Local#write

Defined in:
app/cyclid/plugins/dispatcher/local.rb

#write(data) ⇒ Object

Write data to the log buffer



129
130
131
132
133
134
# File 'app/cyclid/plugins/dispatcher/local.rb', line 129

def write(data)
  @log_buffer.write data

  # Ping the callback log_write hook, if required
  @callback&.log_write(@job_id, data)
end