Class SlingStatusPrinter
java.lang.Object
org.apache.sling.commons.log.logback.internal.util.SlingStatusPrinter
Custom StatusPrinter similar to Logback StatusPrinter to account for changes required
for SLING-3410
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
printInCaseOfErrorsOrWarnings
(ch.qos.logback.core.Context context, long threshold, long msgSince, boolean initSuccess) Based on StatusPrinter. printInCaseOfErrorsOrWarnings.
-
Constructor Details
-
SlingStatusPrinter
public SlingStatusPrinter()
-
-
Method Details
-
printInCaseOfErrorsOrWarnings
public static void printInCaseOfErrorsOrWarnings(ch.qos.logback.core.Context context, long threshold, long msgSince, boolean initSuccess) Based on StatusPrinter. printInCaseOfErrorsOrWarnings. This has been adapted to print more context i.e. some message from before the error message to better understand the failure scenario- Parameters:
threshold
- time since which the message have to be checked for errors/warningsmsgSince
- time form which we are interested in the message logsinitSuccess
- flag indicating if Logback configuration failed or not
-