Lines Matching refs:_LOG_FILE
26 _LOG_FILE = None32 global _LOG_FILE33 _LOG_FILE = log_file_path34 print "Using log file: %s" % _LOG_FILE38 global _LOG_FILE39 return _LOG_FILE42 """Appends new_str to the end of _LOG_FILE and prints it to stdout.53 global _LOG_FILE54 if _LOG_FILE is not None:55 file_handle = file(_LOG_FILE, 'a')