Skip to content

FrakLogSink

protocol FrakLogSink : Sendable

Conforms to Swift.Sendable

Defined in: Sources/FrakSDK/Core/FrakLogger.swift:12

func log(level: FrakLogLevel, message: String, error: (any Error)?) throws