Annotation Type Logging


Deprecated.
Enables message Logging
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    the locations where the messages are logged.
    int
    Deprecated.
    The size limit at which messages are truncated in the log
    Deprecated.
     
    boolean
    Deprecated.
    For XML content, turn on pretty printing in the logs
    boolean
    Deprecated.
    Ignore binary payloads by default
  • Element Details

    • limit

      int limit
      Deprecated.
      The size limit at which messages are truncated in the log
      Default:
      49152
    • inLocation

      String inLocation
      Deprecated.
      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:
      "<logger>"
    • outLocation

      String outLocation
      Deprecated.
      Default:
      "<logger>"
    • pretty

      boolean pretty
      Deprecated.
      For XML content, turn on pretty printing in the logs
      Default:
      false
    • showBinary

      boolean showBinary
      Deprecated.
      Ignore binary payloads by default
      Default:
      false