IMSLogFlag Constants Reference
Declared in | IMSLog.h |
---|
IMSLogFlag
Flag,和 Level 一起协同过滤要输出的日志,每条 log 都有对应的 flag。
Definition
typedef NS_OPTIONS(NSUInteger, IMSLogFlag ) {
IMSLogFlagError = ( 1 < < 0 ),
IMSLogFlagWarning = ( 1 < < 1 ),
IMSLogFlagInfo = ( 1 < < 2 ),
IMSLogFlagDebug = ( 1 < < 3 ),
IMSLogFlagVerbose = ( 1 < < 4 ),
};
Constants
IMSLogFlagError
-
Flag,和 Level 一起协同过滤要输出的日志,每条 log 都有对应的 flag。
Declared In
IMSLog.h
. IMSLogFlagWarning
-
Flag,和 Level 一起协同过滤要输出的日志,每条 log 都有对应的 flag。
Declared In
IMSLog.h
. IMSLogFlagInfo
-
Flag,和 Level 一起协同过滤要输出的日志,每条 log 都有对应的 flag。
Declared In
IMSLog.h
. IMSLogFlagDebug
-
Flag,和 Level 一起协同过滤要输出的日志,每条 log 都有对应的 flag。
Declared In
IMSLog.h
. IMSLogFlagVerbose
-
Flag,和 Level 一起协同过滤要输出的日志,每条 log 都有对应的 flag。
Declared In
IMSLog.h
.
Declared In
IMSLog.h