Class: OpenStax::Cnx::V1::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- OpenStax::Cnx::V1::NullLogger
- Defined in:
- lib/openstax/cnx/v1.rb
Instance Method Summary collapse
- #add(*args, &block) ⇒ Object
-
#initialize(*args) ⇒ NullLogger
constructor
A new instance of NullLogger.
Constructor Details
#initialize(*args) ⇒ NullLogger
Returns a new instance of NullLogger.
25 |
# File 'lib/openstax/cnx/v1.rb', line 25 def initialize(*args); end |
Instance Method Details
#add(*args, &block) ⇒ Object
26 |
# File 'lib/openstax/cnx/v1.rb', line 26 def add(*args, &block); end |