Class LogLevel

java.lang.Object
java.util.logging.Level
org.glassfish.api.logging.LogLevel
All Implemented Interfaces:
Serializable

public class LogLevel extends Level
See Also:
  • Field Details

    • ALERT_INT

      public static final int ALERT_INT
      Level constant for Alert.
      See Also:
    • EMERGENCY_INT

      public static final int EMERGENCY_INT
      Level constant for Emergency
      See Also:
    • 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 Details

    • LogLevel

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