function: log.STDERR

*Not documented*
def STDERR(msg): 

origin:<UNKNOWN>

where:

function source:

def STDERR(msg): 
    print >>sys.stderr, str(msg)

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/log/producer.py

traceback log.STDERR.0