-
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
-
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
-
I get the same error.
2009-09-01 10:44:17 UTC by nobody
-
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
-
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