Tagged Questions

8
votes
3answers
3k views

What is the point of clog?

I've been wondering, what is the point of clog? As near as I can tell, clog is the same as cerr but with buffering so it is more efficient. Usually stderr is the same as stdout, so clog is the same as ...
0
votes
0answers
92 views

Inheriting appenders in log4cpp

Is it possible to inherit appenders in lg4cpp as well as add new ones further down the hierarchy? For example: log4cpp::Category& rootCategory = log4cpp::Category::getRoot(); log4cpp::Appender ...