public abstract class Loggers
extends java.lang.Object
Logger
).Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(java.lang.Class<?> cls)
Try getting an appropriate
Logger whether SLF4J is not present on the classpath or fallback to Logger . |
static Logger |
getLogger(java.lang.String name)
Try getting an appropriate
Logger whether SLF4J is not present on the classpath or fallback to Logger . |