Class: Infusionsoft::APILogger
- Inherits:
-
Object
- Object
- Infusionsoft::APILogger
- Defined in:
- lib/infusionsoft/api_logger.rb
Instance Method Summary collapse
- #debug(msg) ⇒ Object
- #error(msg) ⇒ Object
- #fatal(msg) ⇒ Object
- #info(msg) ⇒ Object
- #warn(msg) ⇒ Object
Instance Method Details
#debug(msg) ⇒ Object
13 |
# File 'lib/infusionsoft/api_logger.rb', line 13 def debug; end |
#error(msg) ⇒ Object
10 |
# File 'lib/infusionsoft/api_logger.rb', line 10 def error; end |
#fatal(msg) ⇒ Object
16 |
# File 'lib/infusionsoft/api_logger.rb', line 16 def fatal; end |
#info(msg) ⇒ Object
4 |
# File 'lib/infusionsoft/api_logger.rb', line 4 def info; end |
#warn(msg) ⇒ Object
7 |
# File 'lib/infusionsoft/api_logger.rb', line 7 def warn; end |