public class PrettyLoggingFilter extends Object implements LogEventSender
| Constructor and Description |
|---|
PrettyLoggingFilter(LogEventSender next) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrettyMessage(String message,
String encoding) |
void |
send(LogEvent event) |
void |
setNext(LogEventSender next) |
void |
setPrettyLogging(boolean prettyLogging) |
public PrettyLoggingFilter(LogEventSender next)
public void send(LogEvent event)
send in interface LogEventSenderpublic void setNext(LogEventSender next)
public void setPrettyLogging(boolean prettyLogging)
Apache CXF