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 |
setPrettyLogging(boolean prettyLogging) |
void |
setSender(LogEventSender sender) |
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)
Apache CXF