INSLogLevel Constants Reference
| Declared in | INSConstants.h |
|---|
INSLogLevel
INSLogLevel enum specifies different levels of logging that could be used to limit or display more messages in logs.
Definition
typedef NS_ENUM(NSUInteger, INSLogLevel ) {
INSLogLevelNone = 0,
INSLogLevelError = 1,
INSLogLevelWarning = 2,
INSLogLevelInfo = 3,
};
Constants
INSLogLevelNone-
Log level that disables all logging.Declared In
INSConstants.h. INSLogLevelError-
Log level that if set is going to output error messages to the log.Declared In
INSConstants.h. INSLogLevelWarning-
Log level that if set is going to output the following messages to log: - Errors - WarningsDeclared In
INSConstants.h. INSLogLevelInfo-
Log level that if set is going to output the following messages to log: - Errors - Warnings - Informational messagesDeclared In
INSConstants.h.
Declared In
INSConstants.h