svn commit: r386151 - /logging/log4cxx/trunk/include/log4cxx/rolling/timebasedrollingpolicy.h

2006-03-15 Thread afester
Author: afester Date: Wed Mar 15 11:41:45 2006 New Revision: 386151 URL: http://svn.apache.org/viewcvs?rev=386151&view=rev Log: LOGCXX-131: Use DECLARE_LOG4CXX_OBJECT instead of DECLARE_ABSTRACT_LOG4CXX_OBJECT to make the class dynamically creatable. Modified: logging/log4cxx/trunk/include/l

Re: TimeBasedRollingPolicy, get it running

2006-03-15 Thread Andreas Fester
Matthew Campbell wrote: > UGH your right mine says, its been a while so I probaly just forgot > that I changed it. It seems log4cxx is rough around the edges > sometimes. > > DECLARE_LOG4CXX_OBJECT(TimeBasedRollingPolicy) > Double checked svn head, and your right it says >DECLARE_ABS

Re: Log4Cxx and STLPort

2006-03-15 Thread Andreas Fester
Renato Cassaca wrote: > I''m using Log4Cxx with STLPort and each time that I checkout Log4cxx I > have to patch src/systemerrwriter.cpp and src/systemoutwriter.cpp and > add the following line: >#include > > Because "stdout" and "stderr" aren't found at compile time. I dont think that its re

Re: Log4Cxx and STLPort

2006-03-15 Thread Curt Arnold
On Mar 15, 2006, at 3:05 PM, Andreas Fester wrote: Curt, I already changed and checked this, if its ok I can simply commit it... Yep, didn't optimize the includes when addressing bug LOGCXX-126. Unless there was a new bug issue on the problem, charge it to LOGCXX-126 in the commit message