Package org.apache.cxf.ext.logging
Annotation Type Logging
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Logging
Enables message Logging
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intinMemThresHoldSize limit when messages are written to disk.intlimitThe size limit at which messages are truncated in the logbooleanlogBinaryLog binary payloads by defaultbooleanlogMultipartLog multipart payloads by defaultbooleanprettyFor XML content, turn on pretty printing in the logs
-