Share

Log library for C++

Code

Programming Languages: C++

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

Repositories

browse code, statistics, last commit on 2009-09-07 cvs -d:pserver:anonymous@log4cpp.cvs.sourceforge.net:/cvsroot/log4cpp login

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

Show:

What's happening?

  • Log library for C++

    waffel added danielfranklin to the Log library for C++ project.

    2009-10-15 11:39:44 UTC by waffel

  • date appender and auto_link

    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

  • Comment: Support real-time systems

    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

  • Comment: Support real-time systems

    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

  • Support real-time systems

    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

  • Comment: rolling file appenders sharing a log file

    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

  • Log library for C++

    waffel changed the public information on the Log library for C++ project.

    2009-09-07 21:23:26 UTC by waffel

  • Comment: compiler problem with MSVC-8(2005)

    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

  • Log library for C++

    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

  • Comment: MinGW: 'std::ostringstream' has a previous declaration

    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

Our Numbers