SoftchatLogging

data class SoftchatLogging(val sink: SoftchatLogSink, val minimumLevel: SoftchatLogLevel = SoftchatLogLevel.INFO)

Optional account logging configuration.

When absent, no coroutine is created and the native hot path performs only one relaxed disabled-level check at instrumented state transitions.

Constructors

Link copied to clipboard
constructor(sink: SoftchatLogSink, minimumLevel: SoftchatLogLevel = SoftchatLogLevel.INFO)

Properties

Link copied to clipboard

Initial native collection threshold.

Link copied to clipboard

Application-owned batch receiver called off operation/native threads.