Class: Logasm::NullLogger

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

Instance Method Summary collapse

Instance Method Details

#debugObject



3
4
# File 'lib/logasm/null_logger.rb', line 3

def debug(*)
end

#errorObject



12
13
# File 'lib/logasm/null_logger.rb', line 12

def error(*)
end

#fatalObject



15
16
# File 'lib/logasm/null_logger.rb', line 15

def fatal(*)
end

#infoObject



6
7
# File 'lib/logasm/null_logger.rb', line 6

def info(*)
end

#warnObject



9
10
# File 'lib/logasm/null_logger.rb', line 9

def warn(*)
end