It would be nice if there was some way to find out if helpers::Properties::Init()
fails. Currently errors (file does not exist, file is not readable) are simply ignored. Also it would be nice if lines like "this is a line that makes no sense" would cause an error. Currently, that line would be ignored by Properties::Init()
because it does not contain a '=' (find('=')
in that function).
The entire error handling and internal logging is rather inconsistent in log4cplus right now. I am not entirely sure what to do about it, how to improve it.
Ticket moved from /p/log4cplus/feature-requests/16/
Diff: