Re: XML-RPC "filter"

2008-09-12 Thread luigi . paioro
On 11 Set, 18:45, Richard Levasseur <[EMAIL PROTECTED]> wrote: > Because he wants to insert parameters at the very start, he can > probably get away with modifying the xml directly.  Just find the > position of the (i think thats the tag) and insert the xml > you need after it.  Its pretty dirty,

Re: XML-RPC "filter"

2008-09-10 Thread luigi . paioro
On 9 Set, 17:55, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > I would go for a slightly different approach: make your server have a > dispatch-method that delegates the calls to the underlying actual > implementation. But *before* that happens, extract the information as > above, and either > >

Re: Custom handler for logging

2008-09-03 Thread Luigi Paioro
Thanks, it works perfectly! Luigi Peter Otten ha scritto: Luigi Paioro wrote: concerning the logging module, I have written a new Handler which stores the logging messages in an SQLite database. It works well, but when I try to use it exploiting a configuration file I have a problem since

Custom handler for logging

2008-09-03 Thread Luigi Paioro
Dear all, concerning the logging module, I have written a new Handler which stores the logging messages in an SQLite database. It works well, but when I try to use it exploiting a configuration file I have a problem since the "class" entry does not accept a class which is not within the loggin