Class: Clogs::Log::Logger
- Inherits:
-
Object
- Object
- Clogs::Log::Logger
- Defined in:
- lib/clogs/log.rb
Overview
One of these per component, matching the interface Lacci expects.
Instance Method Summary collapse
-
#initialize(sink, component) ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
#initialize(sink, component) ⇒ Logger
Returns a new instance of Logger.
42 43 44 45 |
# File 'lib/clogs/log.rb', line 42 def initialize(sink, component) @sink = sink @component = component end |