org.ccnx.ccn.test.impl.LogTest Class Reference
List of all members.
Public Member Functions |
void | testInfoStringObjectArray () |
void | testInfoIntStringObjectArray () |
void | testWarningIntStringObjectArray () |
void | testSevereIntStringObjectArray () |
void | testGetLevelInt () |
void | testGetSetLevels () |
Static Public Member Functions |
static void | setUpBeforeClass () throws Exception |
Protected Member Functions |
int | writeLog (int facility, Level level, String msg) |
| Write to the log and return number of bytes that show up in the log.
|
void | doTest (int facility, Level level) |
Static Protected Attributes |
static ByteArrayOutputStream | _baos = new ByteArrayOutputStream() |
static StreamHandler | _sh = new StreamHandler(_baos, new SimpleFormatter()) |
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/test/impl/LogTest.java