Class: Fluent::Log::CachedLog

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/log.rb

Instance Attribute Summary collapse

Instance Attribute Details

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



458
459
460
# File 'lib/fluent/log.rb', line 458

def msg
  @msg
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



458
459
460
# File 'lib/fluent/log.rb', line 458

def time
  @time
end