Class: Reliable::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/reliable.rb

Instance Method Summary collapse

Instance Method Details

#debugObject



19
# File 'lib/reliable.rb', line 19

def debug(*); end

#errorObject



21
# File 'lib/reliable.rb', line 21

def error(*); end

#fatalObject



23
# File 'lib/reliable.rb', line 23

def fatal(*); end

#infoObject



20
# File 'lib/reliable.rb', line 20

def info(*); end

#warnObject



22
# File 'lib/reliable.rb', line 22

def warn(*); end