Searched defs:setup_logging (Results 1 – 9 of 9) 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
130 def setup_logging(options): function
345 def setup_logging(options): function
303 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
983 def setup_logging(): function