Class: OurEelHacks::NullLogger
- Inherits:
-
Object
- Object
- OurEelHacks::NullLogger
- Defined in:
- lib/our-eel-hacks/autoscaler.rb
Instance Method Summary collapse
Instance Method Details
#debug ⇒ Object
5 |
# File 'lib/our-eel-hacks/autoscaler.rb', line 5 def debug; end |
#fatal ⇒ Object
8 |
# File 'lib/our-eel-hacks/autoscaler.rb', line 8 def fatal; end |
#info ⇒ Object
6 |
# File 'lib/our-eel-hacks/autoscaler.rb', line 6 def info; end |
#warn ⇒ Object
7 |
# File 'lib/our-eel-hacks/autoscaler.rb', line 7 def warn; end |