Searched refs:log_to_file (Results 1 – 2 of 2) sorted by relevance
52 static void log_to_file(const char *buffer) in log_to_file() function63 #define log_to_file(buffer) macro96 log_to_file(msg); in _dprintf()
1540 if opts.log_to_file:1543 f = open(opts.log_to_file, 'a')1546 opts.log_to_file)1568 not (opts.log_to_file and isinstance(frmt, CSVFormat))):1580 if opts.log_to_file:1720 if options.csv and not (options.log or options.log_to_file):1722 if options.skip_zero_records and not (options.log or options.log_to_file):1803 if options.log or options.log_to_file:1804 if options.log_to_file: