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.
170 171 172 |
# File 'lib/siba/siba_logger.rb', line 170 def level @level end |
#msg ⇒ Object
Returns the value of attribute msg.
170 171 172 |
# File 'lib/siba/siba_logger.rb', line 170 def msg @msg end |
#time ⇒ Object
Returns the value of attribute time.
170 171 172 |
# File 'lib/siba/siba_logger.rb', line 170 def time @time end |