Annotation Type Logging

    • Optional Element Summary

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

      • 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