-
@Serializable() public final class RemoteLoggingConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRemoteLoggingConfiguration.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final RemoteLogLevelminLevelprivate final DoubleflushIntervalSecondsprivate final IntegerbatchSizeprivate final IntegermaxQueueSize
-
Constructor Summary
Constructors Constructor Description RemoteLoggingConfiguration(Boolean enabled, RemoteLogLevel minLevel, Double flushIntervalSeconds, Integer batchSize, Integer maxQueueSize)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final RemoteLogLevelgetMinLevel()final DoublegetFlushIntervalSeconds()final IntegergetBatchSize()final IntegergetMaxQueueSize()-
-
Constructor Detail
-
RemoteLoggingConfiguration
RemoteLoggingConfiguration(Boolean enabled, RemoteLogLevel minLevel, Double flushIntervalSeconds, Integer batchSize, Integer maxQueueSize)
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getMinLevel
final RemoteLogLevel getMinLevel()
-
getFlushIntervalSeconds
final Double getFlushIntervalSeconds()
-
getBatchSize
final Integer getBatchSize()
-
getMaxQueueSize
final Integer getMaxQueueSize()
-
-
-
-