SINLogSeverity
Objective-C
enum SINLogSeverity {}
Swift
enum SINLogSeverity : Int
Defines different types of log severity
-
Undocumented
Declaration
Objective-C
SINLogSeverityTrace = 0
Swift
case trace = 0
-
Undocumented
Declaration
Objective-C
SINLogSeverityInfo
Swift
case info = 1
-
Undocumented
Declaration
Objective-C
SINLogSeverityWarn
Swift
case warn = 2
-
Undocumented
Declaration
Objective-C
SINLogSeverityCritical
Swift
case critical = 3