Class: Kafka::FFI::Event::LogMessage
- Inherits:
-
Struct
- Object
- Struct
- Kafka::FFI::Event::LogMessage
- Defined in:
- lib/kafka/ffi/event.rb
Overview
LogMessage is attached to RD_KAFKA_EVENT_LOG events.
Instance Attribute Summary collapse
-
#facility ⇒ Object
Returns the value of attribute facility.
-
#level ⇒ Object
Returns the value of attribute level.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
Instance Attribute Details
#facility ⇒ Object
Returns the value of attribute facility
8 9 10 |
# File 'lib/kafka/ffi/event.rb', line 8 def facility @facility end |
#level ⇒ Object
Returns the value of attribute level
8 9 10 |
# File 'lib/kafka/ffi/event.rb', line 8 def level @level end |
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/kafka/ffi/event.rb', line 8 def message @message end |
Instance Method Details
#to_s ⇒ Object
13 14 15 |
# File 'lib/kafka/ffi/event.rb', line 13 def to_s message end |