LogType

public enum LogType : String, CustomStringConvertible, Codable

Undocumented

  • api

    Undocumented

    Declaration

    Swift

    case api = "api"
  • Undocumented

    Declaration

    Swift

    case audit = "audit"
  • Undocumented

    Declaration

    Swift

    case authenticator = "authenticator"
  • Undocumented

    Declaration

    Swift

    case controllermanager = "controllerManager"
  • Undocumented

    Declaration

    Swift

    case scheduler = "scheduler"
  • Declaration

    Swift

    public var description: String { get }