class ActiveFedora::NullLogger
Public Class Methods
new(*)
click to toggle source
rubocop:disable Lint/MissingSuper
# File lib/active_fedora/null_logger.rb, line 4 def initialize(*); end
Public Instance Methods
add(*)
click to toggle source
allows all the usual logger method calls (warn, info, error, etc.)
# File lib/active_fedora/null_logger.rb, line 8 def add(*); end