Class: ActiveFedora::NullLogger

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

Instance Method Summary collapse

Constructor Details

#initializeNullLogger

rubocop:disable Lint/MissingSuper



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

def initialize(*); end

Instance Method Details

#addObject

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



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

def add(*); end