Class: RooOnRails::ContextLogging::LoggerProxy
- Inherits:
-
Object
- Object
- RooOnRails::ContextLogging::LoggerProxy
- Defined in:
- lib/roo_on_rails/context_logging.rb
Instance Method Summary collapse
-
#initialize(logger, context) ⇒ LoggerProxy
constructor
A new instance of LoggerProxy.
Constructor Details
#initialize(logger, context) ⇒ LoggerProxy
Returns a new instance of LoggerProxy.
65 66 67 68 |
# File 'lib/roo_on_rails/context_logging.rb', line 65 def initialize(logger, context) @logger = logger @context = context end |