Interface CaptureLogs
-
- All Known Implementing Classes:
CaptureLogs7
,CaptureLogs8
public interface CaptureLogs
An interface to abstract the log capturing between 7.x (which uses log4j) and 8.x (which uses log4j2)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
capture(String... names)
Capture a specific set of loggersvoid
captureMost()
Capture the most interesting loggers
-
-
-
Method Detail
-
captureMost
void captureMost()
Capture the most interesting loggers
-
-