VoiceLog

data class VoiceLog

Information for logging. Used every time the SDK logs to the console.

Parameters

logClassName

The class the log is printing from.

timestamp

The time the log is printed at.

logLevel

Level of log that will be printed to the console.

logThreadInfo

The thread the log is printed on.

logTagInfo

Tag used to specify the feature.

logMessage

The actual message printed to the console.

throwable

Throwable in the case there was an error or exception.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val throwable: Throwable? = null
Link copied to clipboard