Class: Auther::NullLogger

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

Overview

The default logger which purposefully does nothing at all.

Instance Method Summary collapse

Constructor Details

#initializeNullLogger

Returns a new instance of NullLogger.



4
5
# File 'lib/auther/null_logger.rb', line 4

def initialize(*)
end

Instance Method Details

#debugObject



22
23
# File 'lib/auther/null_logger.rb', line 22

def debug(*)
end

#errorObject



16
17
# File 'lib/auther/null_logger.rb', line 16

def error(*)
end

#fatalObject



19
20
# File 'lib/auther/null_logger.rb', line 19

def fatal(*)
end

#infoObject



7
8
# File 'lib/auther/null_logger.rb', line 7

def info(*)
end

#warnObject



13
14
# File 'lib/auther/null_logger.rb', line 13

def warn(*)
end