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