class Logger

Logger mixin to be injected on the statful client This is needed in order to get dryrun to log to stdout

Public Instance Methods

debug(msg) click to toggle source
# File lib/logger_mixin.rb, line 6
def debug(msg)
  puts msg
end