Class: WorkerKiller::PumaPluginNg::PumaLogWrapper
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- WorkerKiller::PumaPluginNg::PumaLogWrapper
- Defined in:
- lib/worker_killer/puma_plugin_ng.rb
Instance Method Summary collapse
Instance Method Details
#info(msg) ⇒ Object
15 16 17 |
# File 'lib/worker_killer/puma_plugin_ng.rb', line 15 def info(msg) __getobj__.log(msg) end |
#warn(msg) ⇒ Object
19 20 21 |
# File 'lib/worker_killer/puma_plugin_ng.rb', line 19 def warn(msg) __getobj__.log(msg) end |