Hi.
I have released log4cplus 1.1.3-RC4:
- Allow negative maximal length in pattern specifier to make trimming of
end instead of beginning possible. E.g., allow `%.-1p` to get initial
letters of log level.
- Visual Studio DLL builds now have a resource with basic information
about the library. (Oskari Timperi)
- `LOG4CPLUS_*_FMT()` macros can now be invoked with just formatting
string, without additional arguments. (Zhang Shengfa)
- Added `setCurrentThreadName()` and `setCurrentThreadName2()` to allow
setting current thread name to custom string instead of the default
stringified thread ID. (Zhang Shengfa)
|