Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
I think it's time for vacation for me too. :-[ Thanks and sorry for the noise. Il 21/02/2014 00:07, Sebastian Kulesz ha scritto: > On Feb 20, 2014 1:46 PM, "Emanuele Sottocorno" wrote: >> Hi Sebastian, >> tanks for your reply. I think there is an error into logger component. >> The doc say: >>

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Sebastian Kulesz
On Feb 20, 2014 1:46 PM, "Emanuele Sottocorno" wrote: > > Hi Sebastian, > tanks for your reply. I think there is an error into logger component. > The doc say: > > Dim hLoggerAs Logger < http://gambasdoc.org/help/comp/gb.logging/logger?v3> > > hLogger= New Logger < http://gambasdoc.org/help/

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
Hi Sebastian, tanks for your reply. I think there is an error into logger component. The doc say: Dim hLoggerAs Logger hLogger= New Logger ( *[* _iMinLevel_ As Integer, _sOutp

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Sebastian Kulesz
Hi! I'm the author of the gb.logging component. I'm on vacations right now, so I can't review your issue. I've starred this email and will be taking a look when I get back home. Afaik the component is working correctly, so please review the documentation and the rfc on which it is based (you can fi

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
Il 18/02/2014 12:58, Emanuele Sottocorno ha scritto: > Maybe I misunderstood the rule, but following the wiki: > > Property Level As Integer > > Sets or returns the minimum logging level for the Logger object. > > but seems operating contrariwise. See the attached project. > > [System] > Gambas=3.

[Gambas-user] Wrong behaviour of logger.level

2014-02-18 Thread Emanuele Sottocorno
Maybe I misunderstood the rule, but following the wiki: Property Level As Integer Sets or returns the minimum logging level for the Logger object. but seems operating contrariwise. See the attached project. [System] Gambas=3.5.90 (rev. 6164) OperatingSystem=Linux Kernel=3.11.0-15-generic Archi