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