Logger to output information. Needs to have the same interface like
the ruby Logger-class.
29
30
31
32
33
34
35
36
37
# File 'lib/command_exec/formatter/hash.rb', line 29definitialize(options={})@options={logger:Logger.new($stdout),}.deep_mergeoptions@logger=@options[:logger]super()end