|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Logging
Enables message Logging
Optional Element Summary | |
---|---|
String |
inLocation
the locations where the messages are logged. |
int |
limit
The size limit at which messages are truncated in the log |
String |
outLocation
|
boolean |
pretty
For XML content, turn on pretty printing in the logs |
boolean |
showBinary
Ignore binary payloads by default |
public abstract int limit
public abstract String inLocation
public abstract String outLocation
public abstract boolean pretty
public abstract boolean showBinary
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |