Class: Clogs::Log::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/clogs/log.rb

Overview

One of these per component, matching the interface Lacci expects.

Instance Method Summary collapse

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