1todo(3) log4c todo(3)
2
3
4
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 Global log4c_category_set_appender (log4c_category_t *a_category,
14 struct __log4c_appender *a_appender)
15 need multiple appenders per category
16
17 Global log4c_category_get_chainedpriority (const log4c_category_t
18 *a_category)
19 the log4c_category_t is designed so that this method executes as
20 quickly as possible. It could even be faster if the set priority
21 was propagated through the children hierarchy of a category.
22
23 File layout.h
24 the layout interface needs a better configuration system depending
25 on the layout type. The udata field is a just a trick.
26
27 a pattern layout would be welcomed !!
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 Tue Jul 28 2020 todo(3)