LogReport
data class LogReport(val tag: String, val message: String, val logLevel: LogLevel, val throwable: Throwable? = null)
Represents a structured log entry within the Localz SDK.
Log reports are used for debugging, monitoring, and troubleshooting the SDK's operation. They can be collected via the logReportFlow methods available in the SDK classes.