Searched refs:setup_logging (Results 1 – 11 of 11) sorted by relevance
24 from pw_cli.log import install as setup_logging unknown26 from logging import basicConfig as setup_logging # type: ignore unknown83 setup_logging()
28 from pw_cli.log import install as setup_logging unknown30 from logging import basicConfig as setup_logging # type: ignore unknown200 setup_logging()
14 def setup_logging(log_level): function95 setup_logging(log_level)
343 unittest_setup.setup_logging(log_level)
133 def setup_logging(options): function182 setup_logging(options)
307 def setup_logging(options): function358 setup_logging(options)
348 def setup_logging(options): function386 setup_logging(options)
176 def setup_logging(log_dir): function234 setup_logging(options.log_dir)
32 void setup_logging(const char *, unsigned, int);
207 setup_logging(const char *filename, unsigned flags, int directlog) in setup_logging() function
1341 setup_logging(logfile, logflags, directlog); in parseOptions()