1 #ifndef GENERATIONALFILEAPPENDER_HPP 2 #define GENERATIONALFILEAPPENDER_HPP 1 virtual bool configureHook()
Create log4cpp appender.
RTT::Operation< void(void)> advanceGeneration_op
virtual ~GenerationalFileAppender()
virtual void cleanupHook()
Destroy appender.
void advanceGeneration()
Advance to the next logfile generation.
RTT::Property< int > maxEventsPerCycle_prop
virtual void updateHook()
Process at most maxEventsPerCycle event.
RTT::Property< std::string > filename_prop
Name of file to append to.
GenerationalFileAppender(std::string name)