Class CaptureLogs7
- java.lang.Object
-
- com.identityworksllc.iiq.common.logging.CaptureLogs7
-
- All Implemented Interfaces:
CaptureLogs
public class CaptureLogs7 extends Object implements CaptureLogs
Captures the most interesting logs for IIQ 7.x by hooking into Log4j 1.x
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCaptureLogs7.CaptureLogs7AppenderThe 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.
-
Constructor Summary
Constructors Constructor Description CaptureLogs7()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcapture(String... names)Capture a specific set of loggersvoidcaptureMost()Capture the most interesting loggers
-
-
-
Constructor Detail
-
CaptureLogs7
public CaptureLogs7()
-
-
Method Detail
-
capture
public void capture(String... names)
Description copied from interface:CaptureLogsCapture a specific set of loggers- Specified by:
capturein interfaceCaptureLogs- Parameters:
names- The names of the loggers to capture
-
captureMost
public void captureMost()
Description copied from interface:CaptureLogsCapture the most interesting loggers- Specified by:
captureMostin interfaceCaptureLogs
-
-