X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Flog.h;h=1e4fc150bb2f38621d8deec91a44b90429e4ed75;hb=69189320a33089d77c2623698c583a7a0fc48702;hp=cd3e1f3df676a99643f0ab09c20d92a7b243883f;hpb=5ed881e1e315a5bd8091f598366dee76e4df2eb9;p=bertos.git diff --git a/bertos/cfg/log.h b/bertos/cfg/log.h index cd3e1f3d..1e4fc150 100644 --- a/bertos/cfg/log.h +++ b/bertos/cfg/log.h @@ -30,7 +30,9 @@ * * --> * - * \addtogroup logging + * \defgroup logging Logging facilities + * \ingroup core + * \{ * \brief Logging system module. * * This module implement a simple interface to use the multi level logging system. @@ -102,11 +104,6 @@ #include -/** - * \defgroup logging Logging facilities - * \{ - */ - // Use a default setting if nobody defined a log level #ifndef LOG_LEVEL #define LOG_LEVEL LOG_LVL_ERR