todo - Todo List
Fileappender.h
the appender interface needs a better configuration system depending on the layout type. The udata
field is a just a trick.
Filelayout.h
the layout interface needs a better configuration system depending on the layout type. The udata
field is a just a trick.
a pattern layout would be welcomed !!
Globallog4c_category_get_chainedpriority(constlog4c_category_t*a_category)
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.
Globallog4c_category_set_appender(log4c_category_t*a_category,struct__log4c_appender*a_appender)
need multiple appenders per category
Structlog4c_location_info_t
this is not used
Globallog4c_logging_event_new(constchar*a_category,inta_priority,constchar*a_message)
need to handle multi-threading (NDC)
log4c Version 1.2.4 todo(3)