class OurEelHacks::NullLogger
Public Instance Methods
debug()
click to toggle source
# File lib/our-eel-hacks/autoscaler.rb, line 5 def debug; end
fatal()
click to toggle source
# File lib/our-eel-hacks/autoscaler.rb, line 8 def fatal; end
info()
click to toggle source
# File lib/our-eel-hacks/autoscaler.rb, line 6 def info; end
warn()
click to toggle source
# File lib/our-eel-hacks/autoscaler.rb, line 7 def warn; end