-
public final class RecordLogOptionsConfiguration options for log recording in session replay.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerlogCountThresholdprivate final IntegermaxMessageLength
-
Constructor Summary
Constructors Constructor Description RecordLogOptions(Integer logCountThreshold, Integer maxMessageLength)
-
Method Summary
Modifier and Type Method Description final IntegergetLogCountThreshold()final IntegergetMaxMessageLength()-
-
Method Detail
-
getLogCountThreshold
final Integer getLogCountThreshold()
-
getMaxMessageLength
final Integer getMaxMessageLength()
-
-
-
-