mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
fixed order of debug & trace according to spec
This commit is contained in:
@@ -71,7 +71,7 @@ namespace uuid {
|
||||
namespace log {
|
||||
|
||||
/**
|
||||
* Severity level of log messages. Proddy switches trace & debug
|
||||
* Severity level of log messages.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@@ -84,8 +84,8 @@ enum Level : int8_t {
|
||||
WARNING, /*!< Warning conditions. @since 1.0.0 */
|
||||
NOTICE, /*!< Normal but significant conditions. @since 1.0.0 */
|
||||
INFO, /*!< Informational messages. @since 1.0.0 */
|
||||
TRACE, /*!< Trace messages. @since 1.0.0 */
|
||||
DEBUG, /*!< Debug-level messages. @since 1.0.0 */
|
||||
TRACE, /*!< Trace messages. @since 1.0.0 */
|
||||
ALL, /*!< Meta level representing all log messages. @since 1.0.0 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user