154 155 156
# File 'lib/logutils/logger.rb', line 154 def info( msg ) write( Event.new( INFO, msg ) ) end