@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Logging
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | inLocationthe locations where the messages are logged. | 
| int | limitThe size limit at which messages are truncated in the log | 
| String | outLocation | 
| boolean | prettyFor XML content, turn on pretty printing in the logs | 
| boolean | showBinaryIgnore binary payloads by default | 
public abstract int limit
public abstract String inLocation
public abstract String outLocation
public abstract boolean pretty
public abstract boolean showBinary
Copyright © 2018 JBoss by Red Hat. All rights reserved.