Interface LoggingConfiguration
-
public interface LoggingConfigurationEncapsulates the SDK's general logging configuration.Use
LoggingConfigurationFactoryto construct an instance.- Since:
- 5.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
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)
-
-