Package org.apache.cxf.ext.logging.event
Class PrettyLoggingFilter
- java.lang.Object
-
- org.apache.cxf.ext.logging.event.PrettyLoggingFilter
-
- All Implemented Interfaces:
LogEventSender
public class PrettyLoggingFilter extends Object implements LogEventSender
Formats the log message with indents. If the log message was truncated then this filter might additionally cut incomplete tags
-
-
Constructor Summary
Constructors Constructor Description PrettyLoggingFilter(LogEventSender next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(LogEvent event)voidsetNext(LogEventSender next)voidsetPrettyLogging(boolean prettyLogging)
-
-
-
Constructor Detail
-
PrettyLoggingFilter
public PrettyLoggingFilter(LogEventSender next)
-
-
Method Detail
-
send
public void send(LogEvent event)
- Specified by:
sendin interfaceLogEventSender
-
setNext
public void setNext(LogEventSender next)
-
setPrettyLogging
public void setPrettyLogging(boolean prettyLogging)
-
-