Class: Legion::Logging::AsyncWriter::LogEntry
- Inherits:
-
Data
- Object
- Data
- Legion::Logging::AsyncWriter::LogEntry
- Defined in:
- lib/legion/logging/async_writer.rb
Instance Attribute Summary collapse
-
#caller_trace ⇒ Object
readonly
Returns the value of attribute caller_trace.
-
#level ⇒ Object
readonly
Returns the value of attribute level.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#method_ctx ⇒ Object
readonly
Returns the value of attribute method_ctx.
-
#segments ⇒ Object
readonly
Returns the value of attribute segments.
-
#writer_context ⇒ Object
readonly
Returns the value of attribute writer_context.
Instance Attribute Details
#caller_trace ⇒ Object (readonly)
Returns the value of attribute caller_trace
8 9 10 |
# File 'lib/legion/logging/async_writer.rb', line 8 def caller_trace @caller_trace end |
#level ⇒ Object (readonly)
Returns the value of attribute level
8 9 10 |
# File 'lib/legion/logging/async_writer.rb', line 8 def level @level end |
#message ⇒ Object (readonly)
Returns the value of attribute message
8 9 10 |
# File 'lib/legion/logging/async_writer.rb', line 8 def @message end |
#method_ctx ⇒ Object (readonly)
Returns the value of attribute method_ctx
8 9 10 |
# File 'lib/legion/logging/async_writer.rb', line 8 def method_ctx @method_ctx end |
#segments ⇒ Object (readonly)
Returns the value of attribute segments
8 9 10 |
# File 'lib/legion/logging/async_writer.rb', line 8 def segments @segments end |
#writer_context ⇒ Object (readonly)
Returns the value of attribute writer_context
8 9 10 |
# File 'lib/legion/logging/async_writer.rb', line 8 def writer_context @writer_context end |