MFLogLevel Constants Reference
| Declared in | MFConstant.h |
|---|---|
| References | Mesosfer.+setLogLevel: Mesosfer.+logLevel |
MFLogLevel
MFLogLevel enum specifies different levels of logging that could be used to limit or display more messages in logs.
MFLogLevelNone: Log level that disables all logging.MFLogLevelError: Log level that if set is going to output error messages to the log.MFLogLevelWarning: Log level that if set is going to output the following messages to log:- Errors
- Warnings
MFLogLevelInfo: Log level that if set is going to output the following messages to log:- Errors
- Warnings
- Informational messages
MFLogLevelDebug: Log level that if set is going to output the following messages to log:- Errors
- Warnings
- Informational messages
- Debug messages
Definition
typedef NS_ENUM(uint8_t, MFLogLevel ) {
MFLogLevelNone = 0,
MFLogLevelError = 1,
MFLogLevelWarning = 2,
MFLogLevelInfo = 3,
MFLogLevelDebug = 4,
};
Constants
MFLogLevelNone-
Log level that disables all logging.
Declared In
MFConstant.h. MFLogLevelError-
Log level that if set is going to output error messages to the log.
Declared In
MFConstant.h. MFLogLevelWarning-
Log level that if set is going to output the following messages to log: Errors & Warnings
Declared In
MFConstant.h. MFLogLevelInfo-
Log level that if set is going to output the following messages to log: Errors, Warnings & Informational messages
Declared In
MFConstant.h. MFLogLevelDebug-
Log level that if set is going to output the following messages to log: Errors, Warnings, Informational messages & Debug messages
Declared In
MFConstant.h.
Declared In
MFConstant.h