PTLogLevel
enum PTLogLevel { e_ptLogLevel_Off = -1,
e_ptLogLevel_Fatal = 5,
e_ptLogLevel_Error = 4,
e_ptLogLevel_Warning = 3,
e_ptLogLevel_Info = 2,
e_ptLogLevel_Trace = 1,
e_ptLogLevel_Debug = 0}
Undocumented
-
Undocumented
Declaration
Objective-C
e_ptLogLevel_Off = -1 -
Undocumented
Declaration
Objective-C
e_ptLogLevel_Fatal = 5 -
Undocumented
Declaration
Objective-C
e_ptLogLevel_Error = 4 -
Undocumented
Declaration
Objective-C
e_ptLogLevel_Warning = 3 -
Undocumented
Declaration
Objective-C
e_ptLogLevel_Info = 2 -
Undocumented
Declaration
Objective-C
e_ptLogLevel_Trace = 1 -
Undocumented
Declaration
Objective-C
e_ptLogLevel_Debug = 0
PTLogLevel Enumeration Reference