TCGBInternalReportLevel Constants Reference
Declared in | TCGBInternalReportConstants.h |
---|
TCGBInternalReportLevel
Definition
typedef NS_ENUM(NSInteger, TCGBInternalReportLevel ) {
TCGBInternalReportLevel_DEBUG = 0,
TCGBInternalReportLevel_INFO = 1,
TCGBInternalReportLevel_WARN = 2,
TCGBInternalReportLevel_ERROR = 3,
TCGBInternalReportLevel_FATAL = 4,
};
Constants
TCGBInternalReportLevel_DEBUG
-
Declared In
TCGBInternalReportConstants.h
. TCGBInternalReportLevel_INFO
-
Declared In
TCGBInternalReportConstants.h
. TCGBInternalReportLevel_WARN
-
Declared In
TCGBInternalReportConstants.h
. TCGBInternalReportLevel_ERROR
-
Declared In
TCGBInternalReportConstants.h
. TCGBInternalReportLevel_FATAL
-
Declared In
TCGBInternalReportConstants.h
.