Class: InstStatsd::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- InstStatsd::NullLogger
- Defined in:
- lib/inst_statsd/null_logger.rb
Instance Method Summary collapse
- #add ⇒ Object
-
#initialize ⇒ NullLogger
constructor
rubocop:disable Lint/MissingSuper.
Constructor Details
#initialize ⇒ NullLogger
rubocop:disable Lint/MissingSuper
7 8 |
# File 'lib/inst_statsd/null_logger.rb', line 7 def initialize(*) # rubocop:disable Lint/MissingSuper end |
Instance Method Details
#add ⇒ Object
10 |
# File 'lib/inst_statsd/null_logger.rb', line 10 def add(*); end |