Boost logo

Boost :

Subject: Re: [boost] loglite - A logging library (JD)
From: Tan, Tom (Shanghai) (TTan_at_[hidden])
Date: 2009-10-29 02:44:01


> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk