Uses of Class
org.apache.cxf.ext.logging.event.LogEvent
-
Packages that use LogEvent Package Description org.apache.cxf.ext.logging org.apache.cxf.ext.logging.event org.apache.cxf.ext.logging.slf4j -
-
Uses of LogEvent in org.apache.cxf.ext.logging
Methods in org.apache.cxf.ext.logging with parameters of type LogEvent Modifier and Type Method Description protected booleanAbstractLoggingInterceptor. shouldLogContent(LogEvent event)protected StringAbstractLoggingInterceptor. stripBinaryParts(LogEvent event, String originalLogString) -
Uses of LogEvent in org.apache.cxf.ext.logging.event
Methods in org.apache.cxf.ext.logging.event that return LogEvent Modifier and Type Method Description LogEventDefaultLogEventMapper. map(Message message)LogEventDefaultLogEventMapper. map(Message message, Set<String> sensitiveProtocolHeaders)Methods in org.apache.cxf.ext.logging.event with parameters of type LogEvent Modifier and Type Method Description static StringLogMessageFormatter. format(LogEvent event)voidLogEventSender. send(LogEvent event)voidPrettyLoggingFilter. send(LogEvent event)voidPrintWriterEventSender. send(LogEvent event)voidDefaultLogEventMapper. setEpInfo(Message message, LogEvent event) -
Uses of LogEvent in org.apache.cxf.ext.logging.slf4j
Methods in org.apache.cxf.ext.logging.slf4j with parameters of type LogEvent Modifier and Type Method Description protected voidSlf4jEventSender. fillMDC(LogEvent event, Set<String> keys)protected org.slf4j.LoggerSlf4jEventSender. getLogger(LogEvent event)protected StringSlf4jEventSender. getLogMessage(LogEvent event)protected StringSlf4jVerboseEventSender. getLogMessage(LogEvent event)voidSlf4jEventSender. send(LogEvent event)
-