descriptionFlog - The F logging library
ownernabeel@vibes.se
last changeWed, 23 Sep 2009 12:13:00 +0000 (23 14:13 +0200)
content tags
add:
readme

Flog is a library for logging, with a dynamic tree-like structure.
It tries to make logging as painless as possible in the workflow of a developer.
Avoids costly refactoring of logging code at all costs.
Imagine you are writing software that uses printf to output messages to stdout.
Now imagine that the software grows exponentially into a zillion modules, and all of them need to output various messages to different outputs.
Flog is a way to control that behaviour in a clean fashion.

Features:

shortlog
2009-09-23 Nabeel Sowanfix bug in handling of FLOG_MSG_T.src_line (changed... master
2009-07-01 Nabeel SowanAdd sanity checks to output plugins / Add config option...
2009-07-01 Nabeel Sowanflog.c: remove old todo
2009-06-29 Nabeel SowanMakefile: make sure to rebuild everything if header...
2009-06-29 Nabeel SowanAdd and implement config option FLOG_CONFIG_RECURSIVE_M...
2009-06-29 Nabeel Sowanimprove error output of stdio and file output plugins
2009-05-27 Nabeel SowanAdd flog_function_start()/end() macros, improve flog_pr...
2009-05-27 Nabeel SowanMakefile: add -W to produce even stricter warnings
2009-04-20 Nabeel SowanMakefile: add test.o to clean
2009-04-20 Nabeel Sowanflog_string.c: fix warning about uncast type
2009-04-20 Nabeel Sowanremove useless config option FLOG_CONFIG_EMPTY_STRING_T...
2009-04-20 Nabeel SowanMakefile: add profiling support
2009-04-20 Nabeel Sowanflog.h: fix doxygen comments
2009-04-20 Nabeel Sowantest.c: Remove flog_assert(0)
2009-04-20 Nabeel SowanAdd usec timestamping support
2009-04-14 Nabeel Sowanimprove Makefile, edit config.h slightly
...
heads
14 years ago master