Reputation: 308
is it possible to pause the logger in log4c++, and by pause I mean to stop writing messages in the log file but not finalize the logger object or delete it.
thanks in advance
Upvotes: 1
Views: 424
Reputation: 4252
I think you can change the level with setLevel() to OFF