ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Actually it's configurable using just properties in log4j. This posting discusses it: http://stackoverflow.com/a/6037141

Here's the bug that addresses it: https://bz.apache.org/bugzilla/show_bug.cgi?id=36384

And the code that fixes it: http://svn.apache.org/viewvc?view=revision&revision=684948

However it doesn't work in log4cxx as development halted a few months before this change went in. So working with XML configuration is best choice.

Actually it's configurable using just properties in log4j. This posting discusses it: http://stackoverflow.com/a/6037141

Here's the bug that addresses it: https://bz.apache.org/bugzilla/show_bug.cgi?id=36384

And the code that fixes it: http://svn.apache.org/viewvc?view=revision&revision=684948

However it doesn't work in log4cxx as development halted a few months before this change went in. So working with XML configuration is the best choice.