Interface LoggingConfiguration
public interface LoggingConfiguration
Encapsulates the SDK's general logging configuration.
Use LoggingConfigurationFactory
to construct an instance.
- Since:
- 5.0.0
-
Method Summary
Modifier and Type Method Description java.time.Duration
getLogDataSourceOutageAsErrorAfter()
The time threshold, if any, after which the SDK will log a data source outage atERROR
level instead ofWARN
level.
-
Method Details
-
getLogDataSourceOutageAsErrorAfter
java.time.Duration getLogDataSourceOutageAsErrorAfter()The time threshold, if any, after which the SDK will log a data source outage atERROR
level instead ofWARN
level.- Returns:
- the error logging threshold, or null
- See Also:
LoggingConfigurationBuilder.logDataSourceOutageAsErrorAfter(java.time.Duration)
-