Make UC_LL_NONE work
This commit is contained in:
@@ -71,13 +71,15 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/** The log levels defined by ucore logging*/
|
||||
/** The log levels defined by ucore logging
|
||||
* UC_LL_NONE must not be used in logging statements - but
|
||||
* can be used to suppress all logging for a destination or module*/
|
||||
enum UC_LOG_LEVEL {
|
||||
UC_LL_NONE = 0,
|
||||
UC_LL_DEBUG = 1,
|
||||
UC_LL_INFO = 3,
|
||||
UC_LL_WARNING = 5,
|
||||
UC_LL_ERROR = 7,
|
||||
UC_LL_NONE = 9,
|
||||
};
|
||||
|
||||
/** A destination for the logging messages*/
|
||||
|
||||
Reference in New Issue
Block a user