-
@JsonClass(generateAdapter = true) public final class LogRemoteConfigConfiguration values relating to the logs of the app.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerlogMessageMaximumAllowedLengthprivate final IntegerlogInfoLimitprivate final IntegerlogWarnLimitprivate final IntegerlogErrorLimit
-
Constructor Summary
Constructors Constructor Description LogRemoteConfig(Integer logMessageMaximumAllowedLength, Integer logInfoLimit, Integer logWarnLimit, Integer logErrorLimit)
-
Method Summary
Modifier and Type Method Description final IntegergetLogMessageMaximumAllowedLength()Used to truncate log messages. final IntegergetLogInfoLimit()Limit of info logs that user is able to send. final IntegergetLogWarnLimit()Limit of warning logs that user is able to send. final IntegergetLogErrorLimit()Limit of error logs that user is able to send. -
-
Method Detail
-
getLogMessageMaximumAllowedLength
final Integer getLogMessageMaximumAllowedLength()
Used to truncate log messages.
-
getLogInfoLimit
final Integer getLogInfoLimit()
Limit of info logs that user is able to send.
-
getLogWarnLimit
final Integer getLogWarnLimit()
Limit of warning logs that user is able to send.
-
getLogErrorLimit
final Integer getLogErrorLimit()
Limit of error logs that user is able to send.
-
-
-
-