[RFC v2 0/8] rewrite debug logging

2016-08-13 Thread Damien Riegel
The purpose of this pachset is to rewrite the way Mutt handles logging when compiled with the debug mode. First, it fixes weird usage of the "debuglevel" variable. Then logging functions, prefixed by mutt_log_ are introduced, to init the logging framework, get and set the log level, and writes to

Re: [RFC v2 0/8] rewrite debug logging

2016-08-31 Thread Kevin J. McCarthy
On Sat, Aug 13, 2016 at 05:30:52PM -0400, Damien Riegel wrote: > The purpose of this pachset is to rewrite the way Mutt handles logging > when compiled with the debug mode. Just to add a quick comment, I have noted this patch series and will get to it. However, from my point of view, rewriting th

Re: [RFC v2 0/8] rewrite debug logging

2016-08-31 Thread Damien Riegel
On Wed, Aug 31, 2016 at 10:03:03AM -0700, Kevin J. McCarthy wrote: > On Sat, Aug 13, 2016 at 05:30:52PM -0400, Damien Riegel wrote: > > The purpose of this pachset is to rewrite the way Mutt handles logging > > when compiled with the debug mode. > > Just to add a quick comment, I have noted this p