
Hi Felipe, First of all sorry for not answering to you sooner.
The feature request I would like to make is:
In the version I'm working(and probably the newer one either), it is possible to add appenders with functors/functions with two string parameters. This is a very useful thing since it let the user extend the library to log in differents storages/streams/etc. However, the library assumes that the function it calls operates in a real stream, and buffers based on this assumption, restricting the usefullness and the reuse of the log interface for use on "message-based" storages. The real feature request is that it be possible to tune the library to be able to work in a message-based form, using flush commands (like std::endl) to indicate the end of the message.
I'm not sure I fully understand what you're requesting. Could you give an example?
For the rest of the library, tt is very good and, IMO, it should be accepted in boost.
Thanks! Best, John -- John Torjo, Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/surfaces.html - Sky's the limit! -- http://www.torjo.com/cb/ - Click, Build, Run!