Class: NetuitiveRailsAgent::CheaterLogger
- Inherits:
-
Object
- Object
- NetuitiveRailsAgent::CheaterLogger
- Defined in:
- lib/netuitive_rails_agent/netuitive_logger.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
Instance Method Summary collapse
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level.
3 4 5 |
# File 'lib/netuitive_rails_agent/netuitive_logger.rb', line 3 def level @level end |
Instance Method Details
#debug(message) ⇒ Object
4 5 |
# File 'lib/netuitive_rails_agent/netuitive_logger.rb', line 4 def debug() end |
#error(message) ⇒ Object
7 8 |
# File 'lib/netuitive_rails_agent/netuitive_logger.rb', line 7 def error() end |
#info(message) ⇒ Object
10 11 |
# File 'lib/netuitive_rails_agent/netuitive_logger.rb', line 10 def info() end |