public static class JavaLogFactory.JavaLoggerLevel extends Level
| Modifier and Type | Field and Description |
|---|---|
static Level |
ERROR_LEVEL
Defines a custom error level below SEVERE but above WARNING since this level isn't defined directly
by java.util.Logger already.
|
protected static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
protected |
JavaLogFactory.JavaLoggerLevel(String name,
int value)
Constructs an instance of a JavaLoggerLevel which essentially provides a mapping between the name of
the defined level and its numeric value.
|
protected static final long serialVersionUID
public static final Level ERROR_LEVEL
protected JavaLogFactory.JavaLoggerLevel(String name, int value)
name - The name of the JavaLoggerLevelvalue - The associated numeric valueCopyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.