PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ logit()

def rtpixdump.logit (   msg)

Definition at line 29 of file rtpixdump.py.

29 def logit(msg):
30  if VERBOSE is True:
31  sys.stderr.write("LOG - " + msg + "\n")
32 
def logit(msg)
Definition: rtpixdump.py:29