public class IfsLevel extends Level
| Modifier and Type | Field and Description |
|---|---|
static IfsLevel |
IMPORTANT
The logging level for important informational log messages.
|
| Modifier | Constructor and Description |
|---|---|
protected |
IfsLevel(String name,
int level)
Construct an IfsLevel.
|
| Modifier and Type | Method and Description |
|---|---|
static Level |
parse(String name)
Parse a String into an Level.
|
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, toStringpublic static IfsLevel IMPORTANT
protected IfsLevel(String name, int level)
name - name of the logging levellevel - logging level numeric valuepublic static Level parse(String name) throws IllegalArgumentException
name - name of the logging levelIllegalArgumentExceptionCopyright © 2025. All rights reserved.