Module Uttk::Logger::ToUttkLog
In: lib/uttk/logger/to_uttk_log.rb

These extensions add to any object, a proper way to inject an object in a result like Logger.

Example:

include Uttk anObject.to_uttk_log(Logger.new(Dumper::Yaml.new(STDERR)))

Methods

Public Instance methods

[Source]

# File lib/uttk/logger/to_uttk_log.rb, line 59
        def to_uttk_log_with_key ( key, log )
          super key, log, :ordered => true
        end

[Validate]