Home | History | Annotate | Download | only in python2.7

Lines Matching refs:logfile

68 logfile = ""            # Filename to log to, if not empty
87 If the global logfp is None, the global logfile may be a string
95 if logfile and not logfp:
97 logfp = open(logfile, "a")