Interface LoggingConfig.GlobalLoggingConfig

Enclosing interface:
LoggingConfig

public static interface LoggingConfig.GlobalLoggingConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    A comma separated list of additional binary media types to add to the default values in the LoggingOutInterceptor and LoggingInInterceptor whose content will not be logged unless log-binary is true.
    Specifies whether the message logging will be enabled for clients, services, both or none.
    A comma separated list of additional binary media types to add to the default values in the LoggingInInterceptor whose content will not be logged unless log-binary is true.
    long
    A message length in bytes at which it will be written to disk.
    int
    A message length in bytes at which it is truncated in the log.
    boolean
    If true, binary payloads will be logged; otherwise they won't be logged.
    boolean
    If true, multipart payloads will be logged; otherwise they won't be logged.
    A comma separated list of additional binary media types to add to the default values in the LoggingOutInterceptor whose content will not be logged unless log-binary is true.
    boolean
    If true, the XML elements will be indented in the log; otherwise they will appear unindented.
    A comma separated list of XML elements containing sensitive information to be masked in the log.
    A comma separated list of protocol headers containing sensitive information to be masked in the log.
    boolean
    If true, verbose logging will be enabled; otherwise it won't be enabled.