Public Member Functions | |
void | testFormat () |
void | testLogException () |
void | testGetLevel () |
void | testLoggedParameters () |
void | testFormatter () |
Protected Member Functions | |
void | setUp () throws Exception |
Private Attributes | |
AcsXMLLogFormatter | acsLogFormatter |
LogRecordCollectingLogger | collectingLogger |
LogRecord
s are usually constructed inside of the log methods of class Logger
; if we create them with new
in the test routines, the class name and method name can't be figured out by LogRecord#inferCaller
-- this failure has nothing to do with the normal limitations of this "best effort" feature.
|
|
|
Method testFormat. |
|
|
|
Method testGetLevel. Gets the string representing a level using getLogLevelDescription and compares it to the string representing the formatted log record. |
|
Assures that an exception which gets passed to the log method will show up as a |
|
|
|
|
|
|