Class: RedshiftConnector::NullLogger
- Inherits:
-
Object
- Object
- RedshiftConnector::NullLogger
- Defined in:
- lib/redshift_connector/logger.rb
Instance Method Summary collapse
- #noop(*args) ⇒ Object (also: #error, #warn, #info, #debug)
Instance Method Details
#noop(*args) ⇒ Object Also known as: error, warn, info, debug
14 |
# File 'lib/redshift_connector/logger.rb', line 14 def noop(*args) end |