<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
On Wed, 2004-08-18 at 07:53, Kamil Niechajewicz wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>On Tue, 17 Aug 2004 18:29:17 +0200
Amir Salihefendic &lt;amix@amix.dk&gt; wrote:

&gt; I was pretty tired of the way that you test out stuff in mod_python. 
&gt; I.e. you use req.write(variable), req.write(dir(object)) etc.

Isn't it better to write some logging class with log levels similar
to those of syslog for example? You write your debug output to that
file and read it immediately in the other console window..
For example:
</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
As of python 2.3 there is a logging module that acts like this, and also mod_python exposes the apache logging hooks if you wanted to put your information into the apache error/debug logs and configure what goes where from within apache.&nbsp; I know the apache methods do and I believe the logging module both handle several threads / processes writing to the log file.<BR>
<BR>
Mike
</BODY>
</HTML>