Class: UU::LoggerStderr

Inherits:
Logger
  • Object
show all
Defined in:
lib/uu/logger_stderr.rb

Defined Under Namespace

Classes: Formatter

Instance Method Summary collapse

Constructor Details

#initialize(context) ⇒ LoggerStderr

Returns a new instance of LoggerStderr.



62
63
64
# File 'lib/uu/logger_stderr.rb', line 62

def initialize(context)
  super($stderr, formatter: Formatter.new(context))
end