public class LoggingFeature extends org.apache.cxf.feature.DelegatingFeature<LoggingFeature.Portable>
]]>
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingFeature.Portable |
enabled| Constructor and Description |
|---|
LoggingFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBinaryContentMediaTypes(String mediaTypes) |
void |
addInBinaryContentMediaTypes(String mediaTypes) |
void |
addOutBinaryContentMediaTypes(String mediaTypes) |
void |
setInMemThreshold(long inMemThreshold) |
void |
setInSender(LogEventSender s) |
void |
setLimit(int limit) |
void |
setLogBinary(boolean logBinary) |
void |
setLogMultipart(boolean logMultipart) |
void |
setOutSender(LogEventSender s) |
void |
setPrettyLogging(boolean prettyLogging) |
void |
setSender(LogEventSender sender) |
void |
setVerbose(boolean verbose) |
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegatepublic void setLimit(int limit)
public void setInMemThreshold(long inMemThreshold)
public void setSender(LogEventSender sender)
public void setInSender(LogEventSender s)
public void setOutSender(LogEventSender s)
public void setPrettyLogging(boolean prettyLogging)
public void setLogBinary(boolean logBinary)
public void setLogMultipart(boolean logMultipart)
public void setVerbose(boolean verbose)
public void addInBinaryContentMediaTypes(String mediaTypes)
public void addOutBinaryContentMediaTypes(String mediaTypes)
public void addBinaryContentMediaTypes(String mediaTypes)
Apache CXF