Share

Logging Framework for C

Code

Programming Languages: C

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@log4c.cvs.sourceforge.net:/cvsroot/log4c login

cvs -z3 -d:pserver:anonymous@log4c.cvs.sourceforge.net:/cvsroot/log4c co -P modulename

Show:

What's happening?

  • log4c socket interface like log4j update

    I seems I forgot to include the new code in the previous version of this patch. It is now included.

    2009-10-18 13:14:34 UTC by hermantenbrugge

  • log4c socket interface like log4j

    This adds a socket interface appender so you can use chainsaw to see the events. This is very useful is you have mixed java/c code. I only tested this on linux and not on windows so this probably wont work.

    2009-09-11 16:09:27 UTC by nobody

  • Comment: How to build log4c on Windows using MinGW

    I get the same error.

    2009-09-01 10:44:17 UTC by nobody

  • Rolling logger could close stderr

    If the rolling logger has issues opening it's next file, it defaults to stderr: 312 *fpp = stderr; However, after it's done filling up (as it tracks the file size writes by itself, and not by using system calls), it will close it: 200 rc = (rfup->rfu_current_fp ? fclose(rfup->rfu_current_fp) : 0); Seems like one might not want that to happen.

    2009-08-27 20:11:52 UTC by nobody

  • Log4c_light: Fixed incorrect array length check

    Fixed incorrect array length checking in DefaultLogAppender. Also was fixed naming of high priorities in the same appender.

    2009-08-25 09:33:31 UTC by nobody