public class LoggingFeature
extends org.apache.cxf.feature.AbstractFeature
]]>
enabled| Constructor and Description |
|---|
LoggingFeature() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus) |
void |
setInMemThreshold(long inMemThreshold) |
void |
setLimit(int limit) |
void |
setLogBinary(boolean logBinary)
Log binary content?
|
void |
setLogMultipart(boolean logMultipart)
Log multipart content?
|
void |
setPrettyLogging(boolean prettyLogging) |
void |
setSender(LogEventSender sender) |
void |
setVerbose(boolean verbose) |
getActive, getID, initialize, initialize, initialize, initializeisEnabledprotected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
initializeProvider in class org.apache.cxf.feature.AbstractFeaturepublic void setLimit(int limit)
public void setInMemThreshold(long inMemThreshold)
public void setSender(LogEventSender sender)
public void setPrettyLogging(boolean prettyLogging)
public void setLogBinary(boolean logBinary)
logBinary - defaults to falsepublic void setLogMultipart(boolean logMultipart)
logMultipart - defaults to truepublic void setVerbose(boolean verbose)
Apache CXF