158 159 160
# File 'lib/logutils/logger.rb', line 158 def warn( msg ) write( Event.new( WARN, msg ) ) end