LogProvider
public protocol LogProvider
Undocumented
-
Process the log message
Declaration
Swift
func log(_ event: LogType, _ message: @autoclosure () -> Any?, logCategory: KeyPath<LogCategories, LogCategory>, fileName: StaticString, functionName: StaticString, lineNumber: Int)Parameters
eventLog type
messageLog message to process
logCategoryThe category of the log message
fileNameFile name where the log message is created
functionNameName of the function in which the log message is created
lineNumberLine number in the file in which the log message is created
LogProvider Protocol Reference