Class SyslogConstants


  • public class SyslogConstants
    extends Object
    Class defining constants for the syslog protocol.
    • Field Detail

      • NAMESPACE_URI

        public static final String NAMESPACE_URI
        The namespace used in the XML representation of a syslog event.
        See Also:
        Constant Field Values
      • MESSAGE

        public static final QName MESSAGE
        Qualified name of the root element of the XML representation of a syslog event.
      • FACILITY

        public static final String FACILITY
        Name of the attribute storing the facility of a syslog event.
        See Also:
        Constant Field Values
      • SEVERITY

        public static final String SEVERITY
        Name of the attribute storing the severity of a syslog event.
        See Also:
        Constant Field Values