public interface LoggerProvider
Modifier and Type | Method and Description |
---|---|
void |
clearNdc() |
Logger |
getLogger(String name) |
Object |
getMdc(String key) |
Map<String,Object> |
getMdcMap() |
String |
getNdc() |
int |
getNdcDepth() |
String |
peekNdc() |
String |
popNdc() |
void |
pushNdc(String message) |
Object |
putMdc(String key,
Object value) |
void |
removeMdc(String key) |
void |
setNdcMaxDepth(int maxDepth) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.