third_party.pigweed.src/pw_cli
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
README.md Rename pw_cmd to pw_cli 2019-11-25 22:16:02 +00:00

This directory contains the pw tool that facilitates working with Pigweed. Example starting functionality is the ability to watch the Pigweed source for changes and re-run tests.

This code is experimental and unfinished.