Class: R10K::Logging::TerminalOutputter

Inherits:
Log4r::IOOutputter
  • Object
show all
Defined in:
lib/r10k/logging/terminaloutputter.rb

Constant Summary collapse

COLORS =
[
  nil,
  :cyan,
  :cyan,
  :green,
  nil,
  nil,
  :yellow,
  :red,
  :red,
]

Instance Attribute Summary collapse

Instance Attribute Details

#use_colorObject

Returns the value of attribute use_color.



21
22
23
# File 'lib/r10k/logging/terminaloutputter.rb', line 21

def use_color
  @use_color
end