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

NAME

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