public class LogLevel extends Level
| Modifier and Type | Field and Description |
|---|---|
static Level |
ALERT
Log level to indicate a failure condition in one of the subsystems.
|
static int |
ALERT_INT
Level constant for Alert.
|
static Level |
EMERGENCY
Log level to indicate a system-wide failure condition.
|
static int |
EMERGENCY_INT
Level constant for Emergency
|
public static final int ALERT_INT
public static final int EMERGENCY_INT
public static final Level EMERGENCY
public static final Level ALERT
protected LogLevel(String name, int value)
name - value - Copyright © 2017–2020 Eclipse Foundation. All rights reserved.