Class: HornetQ::LogDelegateFactory
- Inherits:
-
Object
- Object
- HornetQ::LogDelegateFactory
- Includes:
- Java::org.hornetq.spi.core.logging::LogDelegateFactory
- Defined in:
- lib/hornetq/common/log_delegate.rb
Overview
HornetQ requires a connection from which it can create a logger per thread and/or class
Instance Method Summary collapse
Instance Method Details
#createDelegate(klass) ⇒ Object
11 12 13 |
# File 'lib/hornetq/common/log_delegate.rb', line 11 def createDelegate(klass) LogDelegate.new(klass.name) end |