1 #ifndef ROLLINGFILEAPPENDER_HPP 2 #define ROLLINGFILEAPPENDER_HPP 1 4 #include "Appender.hpp" 5 #include <rtt/Property.hpp> int maxEventsPerCycle
Maximum number of log events to pop per cycle.
virtual bool configureHook()
Create log4cpp appender.
virtual void updateHook()
Process at most maxEventsPerCycle event.
RTT::Property< int > maxFileSize_prop
Maximum file size (in bytes) before rolling over.
The Orocos Component Library.
RTT::Property< int > maxBackupIndex_prop
Maximum number of backup files to keep.
RTT::Property< std::string > filename_prop
Name of file to append to.
RTT::Property< int > maxEventsPerCycle_prop
Property to set maximum number of log events to pop per cycle.
virtual void cleanupHook()
Destroy appender.