|
From: Dirk L. <di...@no...> - 2003-03-03 22:21:50
|
Hi, attached is a patch for the current CVS (03.03.2003) to fix the problem with the getAllAppenders returning a set<> The patch changes the return value of getAllApenders to return a vector<Appender*> like in getCurrentCategories. There a three more changes contained in the patch: - put abort into the ProtabilityIpl.hh since it is not in the std namespace on WIN32 systems - added a getFilename method to the FileAppender, that returns the filename for the Appender - added a static getAllAppenders method to the Appender class. This one does the same as the getAllAppenders function in the Category class, except that it returns all registered appenders. Dirk |