Package org.apache.cxf.annotations
Annotation Type Logging
Deprecated.
Enables message Logging
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionDeprecated.the locations where the messages are logged.intDeprecated.The size limit at which messages are truncated in the logDeprecated.booleanDeprecated.For XML content, turn on pretty printing in the logsbooleanDeprecated.Ignore binary payloads by default
- 
Element Details- 
limitint limitDeprecated.The size limit at which messages are truncated in the log- Default:
- 49152
 
- 
inLocationString 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>"
 
- 
outLocationString outLocationDeprecated.- Default:
- "<logger>"
 
- 
prettyboolean prettyDeprecated.For XML content, turn on pretty printing in the logs- Default:
- false
 
- 
showBinaryboolean showBinaryDeprecated.Ignore binary payloads by default- Default:
- false
 
 
-