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 LogPair
static LogPair
LogUtils.logPair
(String key, UnsafeSupplier<Object, Exception> valueSupplier) static LogPair
Fluent setter for keyFluent setter for valueMethods in com.kingsrook.qqq.backend.core.logging with parameters of type LogPairModifier and TypeMethodDescriptionvoid
void
void
void
void
void
<T extends Throwable>
TQLogger.errorAndThrow
(T t, LogPair... logPairs) void
void
void
static String
void
static LogPair
void
void
void
void
void
<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 LogPair -
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 void
QJavalinAccessLogger.logEndFail
(Throwable t, LogPair... logPairs) static void
QJavalinAccessLogger.logEndSuccess
(LogPair... logPairs) static void
QJavalinAccessLogger.logEndSuccessIfSlow
(long slowThreshold, LogPair... logPairs) static void