@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Logging
Modifier and Type | Optional Element and Description |
---|---|
int |
inMemThresHold
Size limit when messages are written to disk.
|
int |
limit
The size limit at which messages are truncated in the log
|
boolean |
logBinary
Log binary payloads by default
|
boolean |
logMultipart
Log multipart payloads by default
|
boolean |
pretty
For XML content, turn on pretty printing in the logs
|
public abstract int limit
public abstract int inMemThresHold
Apache CXF