third_party.pigweed.src/pw_presubmit
Rob Mohr 260039e7f7 Create a log file for each check.
Create a logger for each check. Add a FileHandler with level DEBUG to
these loggers. Since they're child loggers of the root logger, warn()
and error() send output to the log file and to stderr.

Make several changes to simplify passing these log objects around.

Add log statements to a few presubmit checks.

Change-Id: If13ad92da5c2abf9035e78c1cbe81d5025916888
Bug: 3
2019-12-20 14:36:08 -08:00
..
py Create a log file for each check. 2019-12-20 14:36:08 -08:00
BUILD.gn Expand docs for a few modules 2019-12-09 17:13:47 -08:00
docs.rst Expand docs for a few modules 2019-12-09 17:13:47 -08:00
README.md Expand docs for a few modules 2019-12-09 17:13:47 -08:00

pw_presubmit: Tools for running presubmit checks