Class: OurEelHacks::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/our-eel-hacks/autoscaler.rb

Instance Method Summary collapse

Instance Method Details

#debugObject



5
# File 'lib/our-eel-hacks/autoscaler.rb', line 5

def debug; end

#fatalObject



8
# File 'lib/our-eel-hacks/autoscaler.rb', line 8

def fatal; end

#infoObject



6
# File 'lib/our-eel-hacks/autoscaler.rb', line 6

def info; end

#warnObject



7
# File 'lib/our-eel-hacks/autoscaler.rb', line 7

def warn; end