Searched defs:setup_logging (Results 1 – 8 of 8) sorted by relevance
24 from pw_cli.log import install as setup_logging unknown26 from logging import basicConfig as setup_logging # type: ignore unknown
28 from pw_cli.log import install as setup_logging unknown30 from logging import basicConfig as setup_logging # type: ignore unknown
14 def setup_logging(log_level): function
133 def setup_logging(options): function
348 def setup_logging(options): function
307 def setup_logging(options): function
176 def setup_logging(log_dir): function
207 setup_logging(const char *filename, unsigned flags, int directlog) in setup_logging() function