Class: Fluent::Log::CachedLog
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Log::CachedLog
- Defined in:
- lib/fluent/log.rb
Instance Attribute Summary collapse
-
#msg ⇒ Object
Returns the value of attribute msg.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#msg ⇒ Object
Returns the value of attribute msg
458 459 460 |
# File 'lib/fluent/log.rb', line 458 def msg @msg end |
#time ⇒ Object
Returns the value of attribute time
458 459 460 |
# File 'lib/fluent/log.rb', line 458 def time @time end |