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