Class: DatawireQuarkCore::Logger

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/datawire-quark-core.rb

Constant Summary collapse

@@init =
false

Instance Method Summary collapse

Constructor Details

#initialize(topic) ⇒ Logger

Returns a new instance of Logger.



478
479
480
# File 'lib/datawire-quark-core.rb', line 478

def initialize(topic)
  @log = Logging.logger["quark::" + topic.gsub(".","::")]
end