@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Logging
Modifier and Type | Optional Element and Description |
---|---|
String |
inLocation
the locations where the messages are logged.
|
int |
limit
The size limit at which messages are truncated in the log
|
String |
outLocation |
boolean |
pretty
For XML content, turn on pretty printing in the logs
|
boolean |
showBinary
Ignore binary payloads by default
|
public abstract int limit
public abstract String inLocation
public abstract String outLocation
public abstract boolean pretty
public abstract boolean showBinary
Apache CXF