Searched refs:setup_logging (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | log_helper.py | 34 def setup_logging(outdir, log_file, log_level, timestamps): function
|
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)
|
D | runner.py | 32 from twisterlib.log_helper import setup_logging 984 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
|
/Zephyr-latest/scripts/ |
D | snippets.py | 223 def setup_logging(): function 343 setup_logging()
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 164 setup_logging(args.verbose) 193 def setup_logging(verbose): function
|