Package org.apache.cxf.annotations
Annotation Type Logging
Deprecated.
Enables message Logging
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDeprecated.the locations where the messages are logged.int
Deprecated.The size limit at which messages are truncated in the logDeprecated.boolean
Deprecated.For XML content, turn on pretty printing in the logsboolean
Deprecated.Ignore binary payloads by default
-
Element Details
-
limit
int limitDeprecated.The size limit at which messages are truncated in the log- Default:
- 49152
-
inLocation
String inLocationDeprecated.the locations where the messages are logged. The default iswhich means to log to the java.util.logging.Logger, but , , and a "file:/.." URI are acceptable. - Default:
- "<logger>"
-
outLocation
String outLocationDeprecated.- Default:
- "<logger>"
-
pretty
boolean prettyDeprecated.For XML content, turn on pretty printing in the logs- Default:
- false
-
showBinary
boolean showBinaryDeprecated.Ignore binary payloads by default- Default:
- false
-