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

    message

    The message to log.