Type Aliases

The following type aliases are available globally.

Miscellaneous

  • Type of callback used for logging

    Declaration

    Swift

    public typealias LogCallback = (_ severity: LogSeverity, _ area: String, _ message: String, _ timestamp: Date) -> Void