Package | Description |
---|---|
org.apache.cxf.ext.logging | |
org.apache.cxf.ext.logging.event | |
org.apache.cxf.ext.logging.slf4j |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractLoggingInterceptor.shouldLogContent(LogEvent event) |
protected String |
AbstractLoggingInterceptor.stripBinaryParts(LogEvent event,
String originalLogString) |
Modifier and Type | Method and Description |
---|---|
LogEvent |
DefaultLogEventMapper.map(Message message) |
LogEvent |
DefaultLogEventMapper.map(Message message,
Set<String> sensitiveProtocolHeaders) |
Modifier and Type | Method and Description |
---|---|
static String |
LogMessageFormatter.format(LogEvent event) |
void |
PrintWriterEventSender.send(LogEvent event) |
void |
LogEventSender.send(LogEvent event) |
void |
PrettyLoggingFilter.send(LogEvent event) |
void |
DefaultLogEventMapper.setEpInfo(Message message,
LogEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
Slf4jEventSender.fillMDC(LogEvent event,
Set<String> keys) |
protected org.slf4j.Logger |
Slf4jEventSender.getLogger(LogEvent event) |
protected String |
Slf4jVerboseEventSender.getLogMessage(LogEvent event) |
protected String |
Slf4jEventSender.getLogMessage(LogEvent event) |
void |
Slf4jEventSender.send(LogEvent event) |
Apache CXF