Class: ActiveFedora::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- ActiveFedora::NullLogger
- Defined in:
- lib/active_fedora/null_logger.rb
Instance Method Summary collapse
-
#add ⇒ Object
allows all the usual logger method calls (warn, info, error, etc.).
-
#initialize ⇒ NullLogger
constructor
A new instance of NullLogger.
Constructor Details
#initialize ⇒ NullLogger
Returns a new instance of NullLogger.
3 |
# File 'lib/active_fedora/null_logger.rb', line 3 def initialize(*); end |
Instance Method Details
#add ⇒ Object
allows all the usual logger method calls (warn, info, error, etc.)
6 |
# File 'lib/active_fedora/null_logger.rb', line 6 def add(*); end |