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, toString
public 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 levelIllegalArgumentException
Copyright © 2023. All rights reserved.