Class ExportGroupConfig

java.lang.Object
com.linecorp.armeria.common.logback.ExportGroupConfig

public final class ExportGroupConfig
extends Object
Bridge class for Logback configuration.
See Also:
RequestContextExportingAppender.setExportGroup(ExportGroupConfig)
  • Constructor Details

    • ExportGroupConfig

      public ExportGroupConfig()
  • Method Details

    • setPrefix

      public void setPrefix​(String prefix)
      Specifies a prefix of the default export group. Note: this method is meant to be used for XML configuration.
    • setExport

      public void setExport​(String mdcKey)
      Adds the property represented by the specified MDC key to the export list. Note: this method is meant to be used for XML configuration.
    • setExports

      public void setExports​(String mdcKeys)
      Adds the properties represented by the specified comma-separated MDC keys to the export list. Note: this method is meant to be used for XML configuration.