Method: GrafanaReporter::Logger::TwoWayDelegateLogger#method_missing
- Defined in:
- lib/grafana_reporter/logger/two_way_delegate_logger.rb
#method_missing(method, *args) ⇒ Object
Registers all methods to which the internal logger will respond.
71 72 73 |
# File 'lib/grafana_reporter/logger/two_way_delegate_logger.rb', line 71 def method_missing(method, *args) @internal_logger.send(method, *args) end |