Class: RFlow::Message::Data::Log
- Inherits:
-
Object
- Object
- RFlow::Message::Data::Log
- 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
-
#level ⇒ String
The log level (INFO, WARN, ERROR, etc.).
-
#text ⇒ String
The text of the log message.
-
#timestamp ⇒ Integer
The timestamp of the log, in ms since epoch.
Instance Attribute Details
#level ⇒ String
The log level (INFO, WARN, ERROR, etc.).
|
|
# File 'lib/rflow/components/log.rb', line 11
|
#text ⇒ String
The text of the log message.
|
|
# File 'lib/rflow/components/log.rb', line 15
|
#timestamp ⇒ Integer
The timestamp of the log, in ms since epoch.
|
|
# File 'lib/rflow/components/log.rb', line 7
|