Class: Log4r::DeploymentTrackerOutputter

Inherits:
Outputter
  • Object
show all
Defined in:
lib/log4r/outputter/deployment_tracker_outputter.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, hash = {}) ⇒ DeploymentTrackerOutputter

Returns a new instance of DeploymentTrackerOutputter.



6
7
8
9
# File 'lib/log4r/outputter/deployment_tracker_outputter.rb', line 6

def initialize(name, hash = {})
  super(name, hash)
  @logger = Log4r::Logger.new("vagrant_orchestrate::log4r::deployment_tracker_outputter")
end