
29 Oct
2009
29 Oct
'09
6:44 a.m.
Please have a look and let me know what you think could be improved. The first thing I notice is that it does not support std::wstring directly. It's a big problem in my case I use wide-character in all my applications, which simplifies dealing with UTF-16 adopted by Modern Windows platforms.
If I need to any string info from my program, I'll have to convert from UTF16(represented as std::wstring) to UTF8 so that it could be working well with LOGLITE. That's inconvenient. Offtopic, I am expecting boost::filesystem V3 for this very same reason.