Sha256: b04bda73c3c1a2b3e4115b9ba449bad08e4b0bbd2f787b949a45ff878712deab

Contents?: true

Size: 754 Bytes

Versions: 69

Compression:

Stored size: 754 Bytes

Contents

module PowerStencil
  module CommandProcessors

    module TraceHelper

      def log_startup_context
        logger.debug 'Command line manager cmd_line_args: %s' % [command_line_manager.cmd_line_args.inspect]
        logger.debug 'Selected command name: %s' % [command_line_manager.command.name]
        logger.debug 'Selected command cmd_line_args: %s' % [command_line_manager.command.cmd_line_args.inspect]
        logger.debug 'Selected command params_hash: %s' % [command_line_manager.command.params_hash.inspect]
        logger.debug 'Selected processor: %s' % [command_line_manager.processor.inspect]
        logger.debug 'Config is: %s' % [config[].inspect]
        logger.debug 'Logger is: %s' % [logger.inspect]
      end

    end

  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
power_stencil-0.10.0 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.8 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.7 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.6 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.5 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.4 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.3 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.2 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.1 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.9.0 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.14 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.13 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.12 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.11 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.10 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.9 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.8 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.7 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.6 lib/power_stencil/command_processors/trace_helper.rb
power_stencil-0.8.5 lib/power_stencil/command_processors/trace_helper.rb