Class SlingStatusPrinter
- java.lang.Object
-
- org.apache.sling.commons.log.logback.internal.util.SlingStatusPrinter
-
public class SlingStatusPrinter extends Object
Custom StatusPrinter similar to Logback StatusPrinter to account for changes required for SLING-3410
-
-
Constructor Summary
Constructors Constructor Description SlingStatusPrinter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
printInCaseOfErrorsOrWarnings(ch.qos.logback.core.Context context, long threshold, long msgSince, boolean initSuccess)
Based on StatusPrinter.
-
-
-
Method Detail
-
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
-
-