public class LoggerUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
debug(org.slf4j.Marker marker,
String msg,
Object... args) |
void |
debug(String msg,
Object... args) |
void |
debug(Supplier<String> msg) |
void |
debug(Supplier<String> msg,
Throwable t) |
void |
error(String msg,
Object... args) |
void |
error(Supplier<String> msg) |
void |
error(Supplier<String> msg,
Throwable t) |
void |
info(String msg,
Object... args) |
void |
info(Supplier<String> msg) |
void |
info(Supplier<String> msg,
Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
static LoggerUtil |
loggerFor(Class<?> clz) |
static LoggerUtil |
loggerFor(String name) |
void |
trace(String msg,
Object... args) |
void |
trace(Supplier<String> msg) |
void |
trace(Supplier<String> msg,
Throwable t) |
void |
warn(String msg,
Object... args) |
void |
warn(Supplier<String> msg) |
void |
warn(Supplier<String> msg,
Throwable t) |
public static LoggerUtil loggerFor(Class<?> clz)
public static LoggerUtil loggerFor(String name)
public boolean isTraceEnabled()
public boolean isDebugEnabled()
public boolean isInfoEnabled()
public boolean isWarnEnabled()
public boolean isErrorEnabled()
Copyright © 2026. All rights reserved.