Class LogLevel

    • Field Detail

      • EMERGENCY_INT

        public static final int EMERGENCY_INT
        Level constant for Emergency
        See Also:
        Constant Field Values
      • EMERGENCY

        public static final Level EMERGENCY
        Log level to indicate a system-wide failure condition.
      • ALERT

        public static final Level ALERT
        Log level to indicate a failure condition in one of the subsystems.
    • Constructor Detail

      • LogLevel

        protected LogLevel​(String name,
                           int value)
        Constructor to initialize a custom Level instance
        Parameters:
        name -
        value -