Class: Coalmine::Logger
- Inherits:
-
Object
- Object
- Coalmine::Logger
- Defined in:
- lib/coalmine/logger.rb
Instance Method Summary collapse
Instance Method Details
#debug(*msg) ⇒ Object
13 14 |
# File 'lib/coalmine/logger.rb', line 13 def debug(*msg) end |
#error(*msg) ⇒ Object
4 5 |
# File 'lib/coalmine/logger.rb', line 4 def error(*msg) end |
#info(*msg) ⇒ Object
10 11 |
# File 'lib/coalmine/logger.rb', line 10 def info(*msg) end |
#warn(*msg) ⇒ Object
7 8 |
# File 'lib/coalmine/logger.rb', line 7 def warn(*msg) end |