public class TimingLogger extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TimingLogger.Job<R> |
Constructor and Description |
---|
TimingLogger(org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
<T> T |
debug(TimingLogger.Job<T> job,
String message) |
<T> T |
debug(TimingLogger.Job<T> job,
String format,
Object... args) |
<T> T |
debug(TimingLogger.Job<T> job,
String format,
Supplier<Object[]> argsSupplier) |
boolean |
isDebugEnabled() |
public boolean isDebugEnabled()
public <T> T debug(TimingLogger.Job<T> job, String message)
public <T> T debug(TimingLogger.Job<T> job, String format, Object... args)
public <T> T debug(TimingLogger.Job<T> job, String format, Supplier<Object[]> argsSupplier)
Copyright © 2023 SAP. All rights reserved.