Class: GreenLog::NullWriter
- Inherits:
-
Object
- Object
- GreenLog::NullWriter
- Defined in:
- lib/green_log/null_writer.rb
Overview
A road to nowhere.
Instance Method Summary collapse
- #<<(_entry) ⇒ Object
-
#initialize ⇒ NullWriter
constructor
A new instance of NullWriter.
- #severity_threshold ⇒ Object
Constructor Details
#initialize ⇒ NullWriter
Returns a new instance of NullWriter.
12 |
# File 'lib/green_log/null_writer.rb', line 12 def initialize; end |