6 7 8
# File 'lib/dawn/utils.rb', line 6 def debug_verbosely(msg) $logger.debug("VERBOSE: #{msg}") if $debug and $verbose end