| Constructor and Description |
|---|
Slf4jLogger() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultLoggerName() |
Map<String,String> |
getLoggerNameMap() |
boolean |
isLogLevelEnabled(Diagnostic diagnostic) |
void |
log(Diagnostic diagnostic) |
void |
log(String where,
Level level,
String msg) |
void |
log(String where,
Level level,
String msg,
Throwable th) |
void |
setDefaultLoggerName(String defaultLoggerName) |
void |
setLevel(String logger,
Level level) |
void |
setLoggerNameMap(Map<String,String> loggerNameMap) |
public boolean isLogLevelEnabled(Diagnostic diagnostic)
isLogLevelEnabled in interface XRLoggerpublic void log(Diagnostic diagnostic)
public String getDefaultLoggerName()
public void setDefaultLoggerName(String defaultLoggerName)
Copyright © 2004–2024. All rights reserved.