Home
last modified time | relevance | path

Searched refs:logger_setup (Results 1 – 8 of 8) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/test/journal-fusion/
H A Dmain.c73 static void logger_setup() in logger_setup() function
306 logger_setup(); in main()
/dports/audio/exaile/exaile-4.1.1/xl/
H A Dmain.py39 from xl import logger_setup
510 logger_setup.start_logging(
957 logger_setup.stop_logging()
973 logger_setup.stop_logging()
/dports/biology/checkm/CheckM-1.0.18/checkm/
H A Dlogger.py29 def logger_setup(log_dir, log_file, program_name, version, silent): function
/dports/dns/yadifa/yadifa-2.5.3-10333/test/query-hammer-test/
H A Dmain.c82 static void logger_setup() in logger_setup() function
511 logger_setup(); in main()
/dports/dns/yadifa/yadifa-2.5.3-10333/test/rrsig-test/
H A Dmain.c86 static void logger_setup() in logger_setup() function
547 logger_setup(); in main()
/dports/biology/checkm/CheckM-1.0.18/bin/
H A Dcheckm40 from checkm.logger import logger_setup
696 logger_setup(args.output_dir, "checkm.log", "CheckM", version(), silent)
698 logger_setup(None, "checkm.log", "CheckM", version(), silent)
/dports/dns/yadifa/yadifa-2.5.3-10333/test/nsec3-answer/
H A Dmain.c111 static void logger_setup() in logger_setup() function
1079 logger_setup(); in main()
/dports/textproc/dblatex/dblatex-0.3.11py3/tools/
H A Dpdfscan.py2001 self.logger_setup(log_groups)
2124 def logger_setup(self, log_groups): member in PDFScannerCommand