PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ logit()

rtpixdump.logit (   msg)

Definition at line 29 of file rtpixdump.py.

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