Class: NetuitiveRailsAgent::CheaterLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/netuitive_rails_agent/netuitive_logger.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#levelObject

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(message)
end

#error(message) ⇒ Object



7
8
# File 'lib/netuitive_rails_agent/netuitive_logger.rb', line 7

def error(message)
end

#info(message) ⇒ Object



10
11
# File 'lib/netuitive_rails_agent/netuitive_logger.rb', line 10

def info(message)
end