150 151 152
# File 'lib/logutils/logger.rb', line 150 def debug( msg ) write( Event.new( DEBUG, msg ) ) end