-
public class RecordLogLevelLog level for recorded logs in session replay.
Supports predefined levels (error, warn, log) with special display treatment, as well as custom levels by constructing with any string value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRecordLogLevel.Companion
-
Constructor Summary
Constructors Constructor Description RecordLogLevel(String rawValue)
-
Method Summary
Modifier and Type Method Description final StringgetRawValue()-
-
Constructor Detail
-
RecordLogLevel
RecordLogLevel(String rawValue)
-
-
Method Detail
-
getRawValue
final String getRawValue()
-
-
-
-