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 class
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.
-
Constructor Summary
Constructors Constructor Description CaptureLogs7()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
capture(String... names)
Capture a specific set of loggersvoid
captureMost()
Capture the most interesting loggers
-
-
-
Constructor Detail
-
CaptureLogs7
public CaptureLogs7()
-
-
Method Detail
-
capture
public void capture(String... names)
Description copied from interface:CaptureLogs
Capture a specific set of loggers- Specified by:
capture
in interfaceCaptureLogs
- Parameters:
names
- The names of the loggers to capture
-
captureMost
public void captureMost()
Description copied from interface:CaptureLogs
Capture the most interesting loggers- Specified by:
captureMost
in interfaceCaptureLogs
-
-