On Saturday, Mar 1, 2003, at 23:03 Europe/London, Nik Clayton wrote:

[ Is the Developers List dead?  This is a developer question, but the
  web mail archives end in May 2002 ]

No, it's just moved to [EMAIL PROTECTED] now. Hmm, looks like we need to update the web page...


Are there any guidelines on selecting an appropriate level if using
AxKit::Debug in our own applications?

We were discussing this on IRC the other day. The whole thing is a bit of a mess, and we'd like to make it a bit (a lot!) more sane. I think J�rg was suggesting something like:


AxKit::Debug(level, "string", area);

where level is a constant like INFO, NOTICE, etc, and area is something like "PROVIDER" or "LANGUAGE", or even "APPLICATION".

Unfortunately this breaks backwards compatibility because AxKit::Debug can take a list of strings to log. So we may go for AxKit::Debug(LEVEL, AREA, @list), where AREA is a reference (so we can detect that).

Expect something like this change in 1.7.

Matt.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to