public final class Environment
extends java.lang.Object
| Constructor and Description |
|---|
Environment() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.log.Priority |
intToPriority(int priority)
intToPriority returns the priority level for a given integer. |
public static org.apache.log.Priority intToPriority(int priority)
intToPriority returns the priority level for a given integer.
It is a copy of the method in util/LogKitLoggerFactory copied to ensure
that the idl compiler can be standalone.priority - an int valueorg.apache.log.Priority value