To not log to a file, I m clearing goodbit on the cout stream.
Using clear() method. Is this correct way to do it?
if(loglevel < 5)
cout.clear(ios::goodbit);
Does this cause any problems?
Thanks
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.