Permutive_iOS v1.4.0 Documentation

Enumeration Log​Mode

@objc(PermutiveLogMode)
public enum LogMode: Int, CustomDebugStringConvertible  
LogMode LogMode Int Int LogMode->Int CustomDebugStringConvertible CustomDebugStringConvertible LogMode->CustomDebugStringConvertible

Conforms To

CustomDebugStringConvertible
Int

Enumeration Cases

error

case error

Log error messages to the console

debug

case debug

Log debug messages to the console

info

case info

Log informational messages to the console

Properties

all​Errors

public static let allErrors = [error] 

all​Debug

public static let allDebug = [error, debug] 

all

public static let all = [error, debug, info] 

debug​Description

public var debugDescription: String