-
waffel added danielfranklin to the Log library for C++ project.
2009-10-15 11:39:44 UTC by waffel
-
1) I added DateRolllingFileAppender. It create files like YYYY-MM-DD | YYYY-WW | YYYY--MM-DD-HH
2) I added boost-like building engine and auto-link for MSVC
I think it is good part for this library.
2009-10-13 19:03:57 UTC by fix-bug
-
Thanks for the possible developer rights. I might take you up on that.
The overall picture is that I'm looking at using log4cpp as the basis for a real-time logging system for the Orocos project: http://www.orocos.org/. If you are interested, message list traffic is at http://www.orocos.org/forum/rtt/rtt-dev/logging-replacement while a wiki page with more details is at...
2009-10-09 01:10:50 UTC by sroderick
-
I don't know about any discussion related to realtime systems. But if you interested in changing log4cpp to have such real-time support you can simple join our development team. I can give you developer rights and support related to the toolchain and maintainance.
Of corse you may also put your question in our developer and user maillinglist.
2009-09-25 18:20:54 UTC by waffel
-
We are looking for a log4j-style, C++ logging package to use in soft- and hard-realtime robotic systems. I was wondering if anyone has previously considered using log4cpp in realtime systems?
Obviously, appenders that write to disc, etc, would be in non-real-time parts of the system, but the ability to log from real-time tasks would be extremely useful. The real killer here is dynamic memory...
2009-09-12 20:08:23 UTC by sroderick
-
Here the configuration of two different rolling appenders logging into the same file (...summ.log) even if the size setting is equal.
appender FWFMO.FWCNF basic rolling /opt/appl/data/log/summ.log 5000000 7
priority FWFMO.FWCNF INFO
appender FWFMO.FWPWR basic rolling /opt/appl/data/log/summ.log 5000000 7
priority FWFMO.FWPWR DEBUG
Scenario: the firts appender will rollover when the size...
2009-09-08 07:33:21 UTC by rfichtner
-
waffel changed the public information on the Log library for C++ project.
2009-09-07 21:23:26 UTC by waffel
-
applied attached patch and checked with 'make clean check' ... but only on linux (my gentoo system) ... hope the bug is fixed now.
2009-09-07 21:08:29 UTC by waffel
-
waffel committed patchset 659 of module log4cpp to the Log library for C++ CVS repository, changing 1 files.
2009-09-07 21:07:55 UTC by waffel
-
checked in Makefile.am which contains now the missed header file ... hope this fixes the problem.
2009-09-07 20:59:19 UTC by waffel