Class: Auther::NullLogger
- Inherits:
-
Object
- Object
- Auther::NullLogger
- Defined in:
- lib/auther/null_logger.rb
Overview
The default logger which purposefully does nothing at all.
Instance Method Summary collapse
- #debug(_message) ⇒ Object
- #error(_message) ⇒ Object
- #fatal(_message) ⇒ Object
- #info(_message) ⇒ Object
-
#initialize(_parameters) ⇒ NullLogger
constructor
A new instance of NullLogger.
- #warn(_message) ⇒ Object
Constructor Details
#initialize(_parameters) ⇒ NullLogger
Returns a new instance of NullLogger.
6 7 |
# File 'lib/auther/null_logger.rb', line 6 def initialize _parameters end |
Instance Method Details
#debug(_message) ⇒ Object
21 22 |
# File 'lib/auther/null_logger.rb', line 21 def debug end |
#error(_message) ⇒ Object
15 16 |
# File 'lib/auther/null_logger.rb', line 15 def error end |
#fatal(_message) ⇒ Object
18 19 |
# File 'lib/auther/null_logger.rb', line 18 def fatal end |
#info(_message) ⇒ Object
9 10 |
# File 'lib/auther/null_logger.rb', line 9 def info end |
#warn(_message) ⇒ Object
12 13 |
# File 'lib/auther/null_logger.rb', line 12 def warn end |