chedi
chedi

Reputation: 308

Pause the log4c++ logger

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

Answers (1)

Nikko
Nikko

Reputation: 4252

I think you can change the level with setLevel() to OFF

Upvotes: 1

Related Questions