Public Member Functions | |
AcsLogLevelTest () | |
void | testLevelMapping () |
void | testLevelEntryNames () |
void | testAcsCoreLevels () throws Exception |
void | testPrintMappings () |
|
|
|
Tests the encapsulation and conversion between the JDK-Logger-like levels used inside Java, and the ACS-levels defined as IDL constants and enum AcsLogLevelDefinition that are used for communication outside of the JVM. |
|
Test AcsLogLevel Entry names. |
|
Test AcsLogLevel Mapping of levels. AcsLogLevel stands between the JDK-defined Level which it inherits from, and the "core" level integer constants defined in the ACS logging system, given in ACSCoreLevel. Conversion from and to core levels is done separately in test testACSCoreLevels(). |
|
|