Public Member Functions | |
| AcsLogLevelTest () | |
| void | testLevelMapping () |
| void | testLevelEntryNames () |
| void | testAcsCoreLevels () throws Exception |
| void | testPrintMappings () |
Tests the AcsLogLevel
| alma::acs::logging::AcsLogLevelTest::AcsLogLevelTest | ( | ) | [inline] |
| void alma::acs::logging::AcsLogLevelTest::testAcsCoreLevels | ( | ) | throws Exception [inline] |
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.
References alma::ACSErrTypeCommon::wrappers::AcsJIllegalArgumentEx::getValue(), and alma::ACSErrTypeCommon::wrappers::AcsJIllegalArgumentEx::getVariable().
| void alma::acs::logging::AcsLogLevelTest::testLevelEntryNames | ( | ) | [inline] |
Test AcsLogLevel Entry names.
| void alma::acs::logging::AcsLogLevelTest::testLevelMapping | ( | ) | [inline] |
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().
| void alma::acs::logging::AcsLogLevelTest::testPrintMappings | ( | ) | [inline] |
References alma::acs::util::StringOutputStream::toString().
1.6.2