Fetches the global, lazily initialized logger.
Returns:
The logger
89 90 91
# File 'lib/drum/utils/log.rb', line 89 def log @@log ||= Logger.new end