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