Class: RFlow::Message::Data::Log

Inherits:
Object
  • Object
show all
Defined in:
lib/rflow/components/log.rb

Overview

RFlow format defined for log messages which can be emitted by components. Of course the real class is RFlow::Message with type RFlow::Message::Data::Log.

Instance Attribute Summary collapse

Instance Attribute Details

#levelString

The log level (INFO, WARN, ERROR, etc.).

Returns:

  • (String)


# File 'lib/rflow/components/log.rb', line 11


#textString

The text of the log message.

Returns:

  • (String)


# File 'lib/rflow/components/log.rb', line 15


#timestampInteger

The timestamp of the log, in ms since epoch.

Returns:



# File 'lib/rflow/components/log.rb', line 7