Class: Rsodx::Logger::LogEntry
- Inherits:
-
Struct
- Object
- Struct
- Rsodx::Logger::LogEntry
- Defined in:
- lib/rsodx/logger.rb
Instance Attribute Summary collapse
-
#appname ⇒ Object
Returns the value of attribute appname.
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#code ⇒ Object
Returns the value of attribute code.
-
#context ⇒ Object
Returns the value of attribute context.
-
#level ⇒ Object
Returns the value of attribute level.
-
#message ⇒ Object
Returns the value of attribute message.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#appname ⇒ Object
Returns the value of attribute appname
11 12 13 |
# File 'lib/rsodx/logger.rb', line 11 def appname @appname end |
#backtrace ⇒ Object
Returns the value of attribute backtrace
11 12 13 |
# File 'lib/rsodx/logger.rb', line 11 def backtrace @backtrace end |
#code ⇒ Object
Returns the value of attribute code
11 12 13 |
# File 'lib/rsodx/logger.rb', line 11 def code @code end |
#context ⇒ Object
Returns the value of attribute context
11 12 13 |
# File 'lib/rsodx/logger.rb', line 11 def context @context end |
#level ⇒ Object
Returns the value of attribute level
11 12 13 |
# File 'lib/rsodx/logger.rb', line 11 def level @level end |
#message ⇒ Object
Returns the value of attribute message
11 12 13 |
# File 'lib/rsodx/logger.rb', line 11 def @message end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
11 12 13 |
# File 'lib/rsodx/logger.rb', line 11 def @timestamp end |