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