PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ logit()

def rtpixdump.logit (   msg)

Definition at line 28 of file rtpixdump.py.

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