getLog

fun getLog(): Flow<LogMessage>

Deprecated

use Log.data.

Replace with

import com.profilog.telemetry.logging.Log
Log.data

See also