# File lib/daemon_kit/abstract_logger.rb, line 80
    def info( msg )
      add( :info, msg )
    end