Module: Huyegger::Logger
- Defined in:
- lib/huyegger/logger.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#clear_context! ⇒ Object
9 10 11 |
# File 'lib/huyegger/logger.rb', line 9 def clear_context! formatter.clear_context! end |
#context(*args) ⇒ Object
5 6 7 |
# File 'lib/huyegger/logger.rb', line 5 def context(*args) formatter.context(*args) end |