.TH "todo" 3 "Version 1.2.4" "log4c" \" -*- nroff -*- .ad l .nh .SH NAME todo \- Todo List .PP .IP "\fBFile \fBappender\&.h\fP \fP" 1c the appender interface needs a better configuration system depending on the layout type\&. The udata field is a just a trick\&. .IP "\fBFile \fBlayout\&.h\fP \fP" 1c the layout interface needs a better configuration system depending on the layout type\&. The udata field is a just a trick\&. .PP a pattern layout would be welcomed !! .IP "\fBGlobal \fBlog4c_category_get_chainedpriority\fP (const log4c_category_t *a_category)\fP" 1c the log4c_category_t is designed so that this method executes as quickly as possible\&. It could even be faster if the set priority was propagated through the children hierarchy of a category\&. .IP "\fBGlobal \fBlog4c_category_set_appender\fP (log4c_category_t *a_category, struct __log4c_appender *a_appender)\fP" 1c need multiple appenders per category .IP "\fBStruct \fBlog4c_location_info_t\fP \fP" 1c this is not used .IP "\fBGlobal \fBlog4c_logging_event_new\fP (const char *a_category, int a_priority, const char *a_message)\fP" 1c need to handle multi-threading (NDC) .PP