2011/11/7 Jean-Michel Pichavant :
> Gábor Farkas wrote:
>>
>> is there a way to setup log-handlers in a way that they log logs from
>> every logger, exept certain ones?
>>
>> i tried to create filters, but the log-record does not have access to
>> his logger,
hi,
is there a way to setup log-handlers in a way that they log logs from
every logger, exept certain ones?
basically i want the handler to handle everything, except log-records
that were generated by loggers from "something.*"
can this be done?
i tried to create filters, but the log-record does
Scott David Daniels wrote:
M.E.Farmer wrote:
I dont have itertools yet. That module looks like it rocks.
thanks for the pointers,
M.E.Farmer
If you have python 2.3 or 2.4, you have itertools.
for me it seems that 2.3 does not have itertools.groupby.
it has itertools, but not itertools.groupby.
act