TXLogLevel

@objc
public enum TXLogLevel : Int8

Log levels used by TXStandardLogHandler to specify the severity of the logged message.

  • Verbose log message.

    Declaration

    Swift

    case verbose = 1
  • Info log message.

    Declaration

    Swift

    case info = 2
  • Warning log message.

    Declaration

    Swift

    case warning = 3
  • Error log message.

    Declaration

    Swift

    case error = 4