Re: [basex-talk] possible bug? or opportunity for documentation enhancement? [2d sending]

2012-04-01 Thread Christian Grün
Dear Michael Sperberg-McQueen, thanks as usual for your concise feedback, and sorry for the delay and the fact that I cannot tell why the error occurred in your particular case. In earlier versions of BaseX, problems like this sometimes happened if multiple GUIs with the same database instance

[basex-talk] Moving to log4j, java.util.logging, Apache Commons Logging, etc?

2012-04-01 Thread Charles Duffy
Howdy -- Right now, logging in BaseX is managed through org.basex.server.Log, allocated within each BaseXServer instance and passed to classes such as ClientListener with a known need to do logging. Compared to common logging approaches, this is somewhat unfortunate -- any class not passed

Re: [basex-talk] Moving to log4j, java.util.logging, Apache Commons Logging, etc?

2012-04-01 Thread Christian Grün
Hi Charles, Is the decision to use an in-house logging framework open to reconsideration? I'd be willing to do a first-draft cut on a transition to log4j, Sun's java.util.logging, or Apache Commons Logging (a thin indirection layer which can use either of those as an underlying backend) if

Re: [basex-talk] Moving to log4j, java.util.logging, Apache Commons Logging, etc?

2012-04-01 Thread Charles Duffy
On 04/01/2012 04:26 PM, Christian Grün wrote: Hi Charles, Is the decision to use an in-house logging framework open to reconsideration? I'd be willing to do a first-draft cut on a transition to log4j, Sun's java.util.logging, or Apache Commons Logging (a thin indirection layer which can use

Re: [basex-talk] Moving to log4j, java.util.logging, Apache Commons Logging, etc?

2012-04-01 Thread Christian Grün
Could you quickly run through the requirements for a logging system in BaseX, to be sure we're on the same page? Just a short one... It might be a good start to check out the existing debug mode, which is very cheap, too, and rewrite it in a way such that this output is redirected to the

Re: [basex-talk] Moving to log4j, java.util.logging, Apache Commons Logging, etc?

2012-04-01 Thread Charles Duffy
On 04/01/2012 05:24 PM, Christian Grün wrote: Could you quickly run through the requirements for a logging system in BaseX, to be sure we're on the same page? Just a short one... It might be a good start to check out the existing debug mode, which is very cheap, too, and rewrite it in a way