setLogLevel

suspend fun setLogLevel(level: SoftchatLogLevel?)

Change the configured diagnostic threshold, or disable collection with null.

A non-null level requires that SoftchatLogging supplied a sink when the account was opened. Threshold changes never create a new callback worker.