Class ExportGroupConfig
java.lang.Object
com.linecorp.armeria.common.logback.ExportGroupConfig
Bridge class for Logback configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the property represented by the specified MDC key to the export list.void
setExports(String mdcKeys)
Adds the properties represented by the specified comma-separated MDC keys to the export list.void
Specifies a prefix of the default export group.
-
Constructor Details
-
ExportGroupConfig
public ExportGroupConfig()
-
-
Method Details
-
setPrefix
Specifies a prefix of the default export group. Note: this method is meant to be used for XML configuration. -
setExport
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
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.
-