NoopLogger
Logger
atDebug()
atError()
atInfo()
atTrace()
atWarn()
String
getName()
static Logger
instance()
instance(Class<?> clazz)
instance(String name)
boolean
isEnabled()
void
log(Object message)
log(String message, Object... args)
log(String message, Supplier<?>... args)
log(Throwable t)
log(Throwable t, Object message)
log(Throwable t, String message, Object... args)
log(Throwable t, String message, Supplier<?>... args)
log(Throwable t, Supplier<?> message)
log(Supplier<?> message)