1todo(3)                              log4c                             todo(3)
2
3
4

NAME

6       todo - Todo List
7
8       File appender.h
9           the appender interface needs a better configuration system
10           depending on the layout type. The udata field is a just a trick.
11
12       File layout.h
13           the layout interface needs a better configuration system depending
14           on the layout type. The udata field is a just a trick.
15
16       a pattern layout would be welcomed !!
17
18       Global log4c_category_get_chainedpriority (const log4c_category_t
19       *a_category)
20           the log4c_category_t is designed so that this method executes as
21           quickly as possible. It could even be faster if the set priority
22           was propagated through the children hierarchy of a category.
23
24       Global log4c_category_set_appender (log4c_category_t *a_category,
25       struct __log4c_appender *a_appender)
26           need multiple appenders per category
27
28       Class log4c_location_info_t
29           this is not used
30
31       Global log4c_logging_event_new (const char *a_category, int a_priority,
32       const char *a_message)
33           need to handle multi-threading (NDC)
34
35Version 1.2.4                   Mon Jul 31 2023                        todo(3)
Impressum