Class: Siba::LogMessage
- Inherits:
-
Object
- Object
- Siba::LogMessage
- Defined in:
- lib/siba/siba_logger.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#msg ⇒ Object
Returns the value of attribute msg.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level.
191 192 193 |
# File 'lib/siba/siba_logger.rb', line 191 def level @level end |
#msg ⇒ Object
Returns the value of attribute msg.
191 192 193 |
# File 'lib/siba/siba_logger.rb', line 191 def msg @msg end |
#time ⇒ Object
Returns the value of attribute time.
191 192 193 |
# File 'lib/siba/siba_logger.rb', line 191 def time @time end |