Searched refs:setup_logging (Results 1 – 4 of 4) sorted by relevance
/scripts/pylib/twister/twisterlib/ |
A D | log_helper.py | 35 def setup_logging(outdir, log_file, log_level, timestamps): function
|
A D | twister_main.py | 18 from twisterlib.log_helper import close_logging, setup_logging 78 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
|
A D | runner.py | 32 from twisterlib.log_helper import setup_logging 966 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
|
/scripts/ |
A D | snippets.py | 223 def setup_logging(): function 343 setup_logging()
|
Completed in 8 milliseconds