Method: Maestro::Node::Base#enable_stdout

Defined in:
lib/maestro/node.rb

#enable_stdoutObject

enables the stdout Outputter



51
52
53
54
# File 'lib/maestro/node.rb', line 51

def enable_stdout
  stdoutoutputter = Log4r::Outputter["#{@name.to_s}-stdout"]
  stdoutoutputter.level = Log4r::ALL
end