| CaptureLogs7 | 
 Captures the most interesting logs for IIQ 7.x by hooking into Log4j 1.x 
 | 
| CaptureLogs7.CaptureLogs7Appender | 
 The new appender that will log the messages if we’re tracking them and also pass
them on to the original logger if we’re higher than the original level. 
 | 
| CaptureLogs8 | 
 Capture logs in IIQ 8, which uses Log4J 2.x. 
 | 
| LogCapture | 
 A class to start and stop log capture as needed. 
 | 
| LogListener.LogMessage | 
 A log message emitted if a listener is assigned to the log capture engine. 
 | 
| SlicingRewritePolicy | 
 A log rewrite policy to extract bits out of an extremely long log message. 
 | 
| SlicingRewritePolicy.SlicingRewriteContextConfig | 
  | 
| SLogger | 
 A wrapper around the Commons Logging Log class that supplements its
features with some extras available in other logging libraries. 
 | 
| SLogger.Formatter | 
 Helper class to format an object for logging. 
 |