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
event
Log type
message
Log message to process
logCategory
The category of the log message
fileName
File name where the log message is created
functionName
Name of the function in which the log message is created
lineNumber
Line number in the file in which the log message is created