class UU::LoggerStderr
Public Class Methods
new(context)
click to toggle source
Calls superclass method
# File lib/uu/logger_stderr.rb, line 68 def initialize(context) formatter = $stderr.tty? ? FormatterColor : Formatter super($stderr, formatter: formatter.new(context)) end