Home
last modified time | relevance | path

Searched refs:setup_logging (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dlog_helper.py34 def setup_logging(outdir, log_file, log_level, timestamps): function
Dtwister_main.py18 from twisterlib.log_helper import close_logging, setup_logging
78 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
Drunner.py32 from twisterlib.log_helper import setup_logging
984 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
/Zephyr-latest/scripts/
Dsnippets.py223 def setup_logging(): function
343 setup_logging()
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py164 setup_logging(args.verbose)
193 def setup_logging(verbose): function