@Deprecated
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface Logging
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
inLocation
Deprecated.
the locations where the messages are logged.
|
int |
limit
Deprecated.
The size limit at which messages are truncated in the log
|
java.lang.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 java.lang.String inLocation