public static class LoggingFeature.Portable extends Object implements AbstractPortableFeature
| Constructor and Description |
|---|
Portable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBinaryContentMediaTypes(String mediaTypes) |
void |
addInBinaryContentMediaTypes(String mediaTypes) |
void |
addOutBinaryContentMediaTypes(String mediaTypes) |
void |
addSensitiveElementNames(Set<String> sensitiveElementNames) |
void |
addSensitiveProtocolHeaderNames(Set<String> sensitiveProtocolHeaderNames) |
void |
doInitializeProvider(InterceptorProvider provider,
Bus bus) |
void |
setInMemThreshold(long inMemThreshold) |
void |
setInSender(LogEventSender s) |
void |
setLimit(int limit) |
void |
setLogBinary(boolean logBinary)
Log binary content?
|
void |
setLogMultipart(boolean logMultipart)
Log multipart content?
|
void |
setOutSender(LogEventSender s) |
void |
setPrettyLogging(boolean prettyLogging) |
void |
setSender(LogEventSender sender) |
void |
setVerbose(boolean verbose) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActive, initialize, initialize, initialize, initializepublic void doInitializeProvider(InterceptorProvider provider, Bus bus)
doInitializeProvider in interface AbstractPortableFeaturepublic 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)
logBinary - defaults to falsepublic void setLogMultipart(boolean logMultipart)
logMultipart - defaults to truepublic void setVerbose(boolean verbose)
public void addInBinaryContentMediaTypes(String mediaTypes)
public void addOutBinaryContentMediaTypes(String mediaTypes)
public void addBinaryContentMediaTypes(String mediaTypes)
Apache CXF