View previous topic :: View next topic |
Author |
Message |
bobef
Joined: 05 Jun 2005 Posts: 269
|
Posted: Sun Sep 30, 2007 11:37 am Post subject: Tango loggin |
|
|
The changelog says:
Quote: | Tango logging added, for SQL tracing
* If you want to see dbi log output, the easiest way is to just import the Configurator in your program, like so:
o import tango.util.log.Configurator; |
But looking at the source it is just using Cout unconditionally. And this way it is always displaying the log... I believe this is a bad behavior for a library. For example it breaks CGI apps by Cout-ing stuff before the CGI headers. |
|
Back to top |
|
|
stonecobra
Joined: 25 May 2004 Posts: 48 Location: Rough and Ready, CA
|
Posted: Fri Dec 07, 2007 6:16 pm Post subject: |
|
|
Still catching all the logging and converting to tango.util.log |
|
Back to top |
|
|
|