gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz] Debug outputs.


From: Matti Katila
Subject: [Gzz] Debug outputs.
Date: Fri, 2 May 2003 00:15:41 +0300 (EEST)

Hi,

It's pain to try to switch off all debug msgs because no source is told!


So I propouse we would use something like:

Java:
public class Foo {
    private void pa(String s) { System.out.println("Foo:: "+s); }
}

C++:
   << "Class or file name:: " << more dbgs;
 
python:
file: libvob.vob.putil.foo.py

def pa(s):
    print 'vob.putil.foo:: ',s


Yes, not clean but try to find all output yourself if the only 
msg is 'f: 345, g: 1234' and try to guess where it came from..


   -Matti





reply via email to

[Prev in Thread] Current Thread [Next in Thread]