Apache CXF API

org.apache.cxf.annotations
Annotation Type Logging


@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
 

limit

public abstract int limit
The size limit at which messages are truncated in the log

Default:
65536

inLocation

public abstract String inLocation
the locations where the messages are logged. The default is which means to log to the java.util.logging.Logger, but , , and a "file:/.." URI are acceptable.

Default:
""

outLocation

public abstract String outLocation
Default:
""

pretty

public abstract boolean pretty
For XML content, turn on pretty printing in the logs

Default:
false

Apache CXF API

Apache CXF