Huge amount of changes in the structure and feature set of Flog
commitdb657bf18c2f17cddae577eda74e9a9aa546cd6d
authorNabeel Sowan <nabeel.sowan@vibes.se>
Thu, 19 Mar 2009 13:25:53 +0000 (19 14:25 +0100)
committerNabeel Sowan <nabeel.sowan@vibes.se>
Thu, 19 Mar 2009 13:25:53 +0000 (19 14:25 +0100)
tree204330426aa0176c32060a40285958715c59aafe
parentab5be4f8cd2a97c32785f2dd9d242aeb4f4ce508
Huge amount of changes in the structure and feature set of Flog
*The API is changed* so _all_ previously written code will need to be changed
17 files changed:
Makefile
config.h [new file with mode: 0644]
flog.c
flog.h
flog_file.c [deleted file]
flog_file.h [deleted file]
flog_msg_id.c [new file with mode: 0644]
flog_msg_id.h [new file with mode: 0644]
flog_output_file.c [new file with mode: 0644]
flog_output_file.h [new file with mode: 0644]
flog_output_stdio.c [new file with mode: 0644]
flog_output_stdio.h [new file with mode: 0644]
flog_stdio.c [deleted file]
flog_stdio.h [deleted file]
flog_string.c [new file with mode: 0644]
flog_string.h [new file with mode: 0644]
test.c