I am new to log4cplus API. need to use the logging mechanism of my project. I have chosen log4cplus for that. One of the requirement is to fall back to different log file or appender if there is any error while logging, or log file is locked or used by some other process. I could see that in log4j FallbackErrorHandler class has been implemented for this. but in log4cplus only OnlyOnceErrorHandler is implemented.
I need to implement the FallbackErrorHandler or i need to find someway to accommodate this functionality. Please let me know if anyone has implemented this, if yes please let me know what all functions I need to handle.
thanks