Uses of Class
com.kingsrook.qqq.backend.core.logging.LogPair
Packages that use LogPair
Package
Description
-
Uses of LogPair in com.kingsrook.qqq.backend.core.logging
Methods in com.kingsrook.qqq.backend.core.logging that return LogPairModifier and TypeMethodDescriptionstatic LogPairstatic LogPairLogUtils.logPair(String key, UnsafeSupplier<Object, Exception> valueSupplier) static LogPairFluent setter for keyFluent setter for valueMethods in com.kingsrook.qqq.backend.core.logging with parameters of type LogPairModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid<T extends Throwable>
TQLogger.errorAndThrow(T t, LogPair... logPairs) voidvoidvoidstatic Stringvoidstatic LogPairvoidvoidvoidvoidvoid<T extends Throwable>
TQLogger.warnAndThrow(T t, LogPair... logPairs) Method parameters in com.kingsrook.qqq.backend.core.logging with type arguments of type LogPair -
Uses of LogPair in com.kingsrook.qqq.backend.core.model.actions.processes
Methods in com.kingsrook.qqq.backend.core.model.actions.processes that return LogPairModifier and TypeMethodDescriptionProcessSummaryFilterLink.toLogPair()ProcessSummaryLine.toLogPair()ProcessSummaryLineInterface.toLogPair()ProcessSummaryRecordLink.toLogPair()Method parameters in com.kingsrook.qqq.backend.core.model.actions.processes with type arguments of type LogPairModifier and TypeMethodDescriptionstatic voidProcessSummaryLineInterface.log(String message, Serializable summaryLines, List<LogPair> additionalLogPairs) -
Uses of LogPair in com.kingsrook.qqq.backend.javalin
Subclasses of LogPair in com.kingsrook.qqq.backend.javalinMethods in com.kingsrook.qqq.backend.javalin with parameters of type LogPairModifier and TypeMethodDescriptionstatic voidQJavalinAccessLogger.logEndFail(Throwable t, LogPair... logPairs) static voidQJavalinAccessLogger.logEndSuccess(LogPair... logPairs) static voidQJavalinAccessLogger.logEndSuccessIfSlow(long slowThreshold, LogPair... logPairs) static void