TNLogLevel

@objc
public enum TNLogLevel : Int

The level of logging that allows to filter log messages.

  • all

    Undocumented

    Declaration

    Swift

    case all = 0
  • Undocumented

    Declaration

    Swift

    case debug = 3
  • Undocumented

    Declaration

    Swift

    case warning = 6
  • Undocumented

    Declaration

    Swift

    case error = 8
  • off

    Default value

    Declaration

    Swift

    case off = 11