Re: [Development] QLogger questions and proposal

2012-04-30 Thread Mike Zraly
On Mon, Apr 30, 2012 at 1:27 AM, Lincoln Ramsay wrote: > On 04/25/2012 12:44 AM, ext Mike Zraly wrote: > >> On Mon, Apr 23, 2012 at 7:57 PM, Lincoln Ramsay >> > > >> wrote: >> I'm a little concerned about performance during shutdown if there are a >> large number

Re: [Development] QLogger questions and proposal

2012-04-29 Thread Lincoln Ramsay
On 04/25/2012 12:44 AM, ext Mike Zraly wrote: > On Mon, Apr 23, 2012 at 7:57 PM, Lincoln Ramsay > mailto:lincoln.ram...@nokia.com>> wrote: > I'm a little concerned about performance during shutdown if there are a > large number (say 100 or more) of QLoggingCategory objects listed in > _registeredCa

Re: [Development] QLogger questions and proposal

2012-04-24 Thread Mike Zraly
On Mon, Apr 23, 2012 at 7:57 PM, Lincoln Ramsay wrote: > On 04/24/2012 04:47 AM, ext Mike Zraly wrote: > > First, what happens if QLogger is used inside a shared library, that > > library gets unloaded, and then settings are updated? > > > > From reading the code, it looks like once qCDebug is cal

Re: [Development] QLogger questions and proposal

2012-04-23 Thread Lincoln Ramsay
On 04/24/2012 04:47 AM, ext Mike Zraly wrote: > First, what happens if QLogger is used inside a shared library, that > library gets unloaded, and then settings are updated? > > From reading the code, it looks like once qCDebug is called inside the > shared library the address of the associated QLog

[Development] QLogger questions and proposal

2012-04-23 Thread Mike Zraly
> > Hi guys, > QLogger is now available as a module: > git clone http://codereview.qt-project.org/p/playground/qlogger > At this moment %{category} syntax in MessagePattern can't be used because > we need to wait for a qtbase update. > Therefore we created a QLogger module that works with the curre