Class: TlaParserS::Utils::MyLogger::NullLoger
- Inherits:
-
Logger
- Object
- Logger
- TlaParserS::Utils::MyLogger::NullLoger
- Defined in:
- lib/utils/logger.rb
Overview
no logging done
Instance Method Summary collapse
- #add(*args, &block) ⇒ Object
- #debug? ⇒ Boolean
-
#initialize(*args) ⇒ NullLoger
constructor
A new instance of NullLoger.
Constructor Details
#initialize(*args) ⇒ NullLoger
Returns a new instance of NullLoger.
14 15 |
# File 'lib/utils/logger.rb', line 14 def initialize(*args) end |
Instance Method Details
#add(*args, &block) ⇒ Object
17 18 |
# File 'lib/utils/logger.rb', line 17 def add(*args, &block) end |
#debug? ⇒ Boolean
20 21 22 |
# File 'lib/utils/logger.rb', line 20 def debug? false end |