LogScope

open class LogScope

Provide a CoroutineScope for log use.

Since

1.3.1

Inheritors

Constructors

Link copied to clipboard
internal constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
internal fun interface ExceptionLog
Link copied to clipboard
internal fun interface ExceptionStorage

Properties

Link copied to clipboard
protected val mLogChannel: Channel<LogInfo>

A channel of LogInfo.

Link copied to clipboard
protected val mLogScope: CoroutineScope