On 12/28/18 12:36 AM, hh h via Boost wrote:
Hi,
I am looking for good log library to replace google log, my plan is to use boost log, but I am not sure if it is mature or it has been used seriously.
I don't have any hard numbers, but the library is fairly mature and there are real world users.
It lacks some simple basic features such as display source code name and lines in log file, I've searched on line discussion, there are many suggestion to fix it in piece of code, but I could not get that work, difficult to use it may be overstated. Are there any good examples to display source program name and lines similar to asio socket examples on line?
Given that you've found examples online, could you describe what you've tried and what doesn't work? Also, did you try searching on StackOverflow? I remember there were examples of what you're asking.