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.DurationgetLogDataSourceOutageAsErrorAfter()The time threshold, if any, after which the SDK will log a data source outage atERRORlevel instead ofWARNlevel.
-
Method Details
-
getLogDataSourceOutageAsErrorAfter
java.time.Duration getLogDataSourceOutageAsErrorAfter()The time threshold, if any, after which the SDK will log a data source outage atERRORlevel instead ofWARNlevel.- Returns:
- the error logging threshold, or null
- See Also:
LoggingConfigurationBuilder.logDataSourceOutageAsErrorAfter(java.time.Duration)
-