My previous [?:node/20 article about logging in C++] was quite pessimistic. Things become better.
The [?:http://logging.apache.org/log4cxx/ log4cxx] library I have blamed in that text looks alive again. It leaves the incubation stage and now first Apache release 0.10 is preparing.
What is more, it has large improvements inside. For example, the operator<< support in logging macros has been broken for at least two last years. I had to use the logstream class for complex logging operations. Now it has been returned and fixed.
I'm going to stick with log4cxx.