This PR provides a better diagnostic than just IO Exception: The system cannot find the file specified for all errors
The new message is (for example):
log4cxx: Failed to fork zip during log rotation; leaving log file uncompressed
log4cxx: Rollover of [MyApp.log] failed
log4cxx: zip - The system cannot find the file specified.
This PR provides a better diagnostic than just
IO Exception: The system cannot find the file specified
for all errorsThe new message is (for example):