Class: ActiveFedora::NullLogger

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

Instance Method Summary collapse

Constructor Details

#initializeNullLogger

Returns a new instance of NullLogger.



3
# File 'lib/active_fedora/null_logger.rb', line 3

def initialize(*); end

Instance Method Details

#addObject

allows all the usual logger method calls (warn, info, error, etc.)



6
# File 'lib/active_fedora/null_logger.rb', line 6

def add(*); end