Package org.perf.log.logger

Interface Summary
Logger Simple project logger interface Use a logger impl to plug to any logger.
PerfLogger  
 

Class Summary
AsyncLoggerWorkerThreadAbstract  
CommonJAsyncLoggerWorkerThread  
DBWriter  
FileWriter This class is used to write the perf log messages to a file
LoggerFactory  
LoggerImpl  
LogQueueMetricTracker  
PerfLogData  
PerfLoggerFactory  
PerfLoggerImplAsyncThreadAbstract  
PerfLoggerImplCommonJAsyncThread  
PerfLoggerImplJMSQ  
PerfLoggerImplStdOut  
PerfLoggerImplWasWmAsyncThread  
PerfLogMessageFormatter This class is used to format the entries in the perf log that can be retrieved using splunk or log scrapper tools All the log entries will be prefixed with the formatted TimeStamp as follows: [MM/dd/yy HH:mm:ss:SSS z] For e.g; [06/04/12 12:49:29:613 CDT] PERFLOG(SUCCESS) ......
WasWmAsyncLoggerWorkerThread