OSLogProvider
public struct OSLogProvider : LogProvider
Simple log provider which uses Apple’s Unified Logging System via os_log
-
Undocumented
Declaration
Swift
public init()
-
Declaration
Swift
public func log(_ event: LogType, _ message: @autoclosure () -> Any?, logCategory: KeyPath<LogCategories, LogCategory>, fileName: StaticString = #file, functionName: StaticString = #function, lineNumber: Int = #line )