- some doc updates

This commit is contained in:
Martin Willi
2005-12-05 16:30:53 +00:00
parent ba425b87dd
commit f673471b10
5 changed files with 60 additions and 25 deletions
+11 -2
View File
@@ -30,7 +30,7 @@
typedef enum logger_context_t logger_context_t;
/**
* @brief Context of a specific logger
* @brief Context of a specific logger.
*
* @ingroup utils
*/
@@ -56,7 +56,16 @@ enum logger_context_t {
typedef struct logger_manager_t logger_manager_t;
/**
* Class to manage logger_t objects.
* @brief Class to manage logger_t objects.
*
* The logger manager stores all loggers in a list and
* allows their manipulation. Via a logger_context_t, the loglevel
* of a specific logging type can be adjusted at runtime.
*
* @b Constructors:
* - logger_manager_create()
*
* @see logger_t
*
* @ingroup utils
*/