Searched refs:setup_logging (Results 1 – 12 of 12) 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 unknown198 setup_logging()
14 def setup_logging(log_level): function95 setup_logging(log_level)
343 unittest_setup.setup_logging(log_level)
130 def setup_logging(options): function179 setup_logging(options)
303 def setup_logging(options): function354 setup_logging(options)
345 def setup_logging(options): function383 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()
983 def setup_logging(): function1026 remaining_args = setup_logging()