Logging
public protocol Logging : Sendable
Describes a type that logs messages for the library.
-
Logs the provided message.
Declaration
Swift
func log(_ message: @escaping @autoclosure () -> String)Parameters
messageThe message to log.
View on GitHub