public class ApplicationLoggingForwardingConfig extends BaseConfig
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_ENABLED |
static int |
DEFAULT_MAX_SAMPLES_STORED |
static java.lang.String |
ENABLED |
static java.lang.String |
MAX_SAMPLES_STORED |
static java.lang.String |
ROOT |
addDeprecatedProperties, COMMA_SEPARATOR, deprecatedProperties, SEMI_COLON_SEPARATOR, systemPropertyPrefix| Constructor and Description |
|---|
ApplicationLoggingForwardingConfig(java.util.Map<java.lang.String,java.lang.Object> props,
java.lang.String parentRoot,
boolean highSecurity) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
contextDataExclude() |
java.util.List<java.lang.String> |
contextDataInclude() |
boolean |
getEnabled() |
java.util.Set<java.lang.String> |
getLoggingLabelsExcludeSet() |
int |
getMaxSamplesStored() |
boolean |
isContextDataEnabled() |
boolean |
isLogLabelsEnabled() |
java.util.Map<java.lang.String,java.lang.String> |
removeExcludedLabels(java.util.Map<java.lang.String,java.lang.String> labels) |
addDeprecatedProperty, castValue, clearDeprecatedProperties, getDoubleProperty, getIntegerSet, getIntProperty, getProperties, getProperty, getProperty, getPropertyFromSystemEnvironment, getPropertyFromSystemProperties, getStringPropertyOrNull, getSystemPropertyKey, getUniqueStrings, getUniqueStrings, getUniqueStringsFromCollection, getUniqueStringsFromCollection, getUniqueStringsFromString, nestedPropspublic static final java.lang.String ROOT
public static final java.lang.String ENABLED
public static final java.lang.String MAX_SAMPLES_STORED
public static final boolean DEFAULT_ENABLED
public static final int DEFAULT_MAX_SAMPLES_STORED
public ApplicationLoggingForwardingConfig(java.util.Map<java.lang.String,java.lang.Object> props,
java.lang.String parentRoot,
boolean highSecurity)
public boolean getEnabled()
public int getMaxSamplesStored()
public boolean isContextDataEnabled()
public java.util.List<java.lang.String> contextDataInclude()
public java.util.List<java.lang.String> contextDataExclude()
public boolean isLogLabelsEnabled()
public java.util.Map<java.lang.String,java.lang.String> removeExcludedLabels(java.util.Map<java.lang.String,java.lang.String> labels)
public java.util.Set<java.lang.String> getLoggingLabelsExcludeSet()