org.jacorb.idl
Class Environment
java.lang.Object
org.jacorb.idl.Environment
public final class Environment
extends java.lang.Object
static org.apache.log.Priority | intToPriority(int priority) -
intToPriority returns the priority level for a given integer.
|
intToPriority
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
value
- an
org.apache.log.Priority
value