public final class Environment extends 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
valueCopyright © 2017 JacORB. All rights reserved.