| |
|
| java.lang.Object org.jacorb.idl.Environment
Environment | final public class Environment (Code) | | |
Field Summary | |
static boolean | JAVA14 JAVA14 denotes whether we are using JDK 1.4 or above. | static boolean | JAVA15 JAVA15 denotes whether we are using JDK 1.5 or above. |
Method Summary | |
public static org.apache.log.Priority | intToPriority(int priority) intToPriority returns the priority level for a given integer. |
JAVA14 | static boolean JAVA14(Code) | | JAVA14 denotes whether we are using JDK 1.4 or above.
|
JAVA15 | static boolean JAVA15(Code) | | JAVA15 denotes whether we are using JDK 1.5 or above.
|
intToPriority | public static org.apache.log.Priority intToPriority(int priority)(Code) | | 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.
Parameters: priority - an int value an org.apache.log.Priority value |
|
|
|