Hi, I'm using log4cxx v0.9.7 (for historical reasons) My question is whether it is possible (in this or any other version) to work with memory mapped files. Objective is to have the application log both to a rolling i/o-buffered file on disk for the long-term log and an unbuffered memory mapped file for short-term crash analysis. (Because in a buffered file, the most recent logs will probably be lost when the application crashes). So is there any possibility to have an log4cxx appender logging to a memory mapped file? (primary target is Linux) Does anybody have had experience with implementing that? How would you do it?
Best regards, Lars Ruoff