LogType

public enum LogType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case indexSlowLogs = "INDEX_SLOW_LOGS"
  • Undocumented

    Declaration

    Swift

    case searchSlowLogs = "SEARCH_SLOW_LOGS"
  • Undocumented

    Declaration

    Swift

    case esApplicationLogs = "ES_APPLICATION_LOGS"
  • Declaration

    Swift

    public var description: String { get }