Type Aliases

The following type aliases are available globally.

  • The logging levels which will be logged

    Declaration

    Swift

    public typealias LogLevelMask = [LogLevel]
  • Block signature for custom log handlers

    Declaration

    Swift

    public typealias LogHandler = ((_ level: LogLevel, _ message: String, _ file: String, _ function: String, _ line: UInt) -> Void)