X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Flog.h;h=bf69e9ca105f32ecd7615a18395f4939786b310c;hb=22e903f490208fcc6f6de86250c723b1f200a61d;hp=6f1f179075fd42dee739d456d0f20b17c2359aaf;hpb=c6defc3d327b437973cc5471104d6ff299e00f88;p=bertos.git diff --git a/bertos/cfg/log.h b/bertos/cfg/log.h index 6f1f1790..bf69e9ca 100644 --- a/bertos/cfg/log.h +++ b/bertos/cfg/log.h @@ -35,9 +35,9 @@ * This module implement a simple interface to use the multi level logging system. * The log message have the priority order, like this: * - * - #error message (most hight) - * - #warning message - * - #info message (most low) + * - error message (most hight) + * - warning message + * - info message (most low) * * With this priority system we can log only the message that have egual or major * priority than log level that you has been configurate. Further you can have a @@ -50,14 +50,14 @@ * To use logging system you should include this module in your drive and use * a LOG_ERROR, LOG_WARNING and LOG_INFO macros to set the level log of the message. * Then you should define a LOG_LEVEL and LOG_VERBOSE costant in your - * \c cfg/cfg_.h using the follow police: + * \c cfg/cfg_\.h using the follow police: * - * - in your file \c cfg/cfg_.h, you define the logging + * - in your file \c cfg/cfg_\.h, you define the logging * level and verbosity mode for your specific module: * * \code * - * ** + * ** * * Logging level definition. * * * * Use 0 to log only the error messages