Class LogKitLogRecord

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogKitLogRecord
    extends LogRecord
    An implementation of a LogFactor5 LogRecord based on a LogKit LogEvent.
    Version:
    CVS $Revision: 1.7 $ $Date: 2004/02/28 11:31:26 $
    Author:
    Sylvain Wallez
    See Also:
    Serialized Form
    • Field Detail

      • m_severe

        private boolean m_severe
        Is this a severe event ?
      • LOGKIT_LOGLEVELS

        public static final java.util.List LOGKIT_LOGLEVELS
        The LogLevels corresponding to LogKit priorities.
    • Constructor Detail

      • LogKitLogRecord

        public LogKitLogRecord​(LogEvent event,
                               Formatter fmt)
        Create a LogFactor record from a LogKit event
    • Method Detail

      • toLogLevel

        public LogLevel toLogLevel​(Priority priority)
        Convert a LogKit Priority to a LogFactor LogLevel.