Adds a plain stderr log handler. by jglogan · Pull Request #680 · apple/container

@jglogan

- Initial work for apple#642. CLI commands will configure
  this log handler so that they write warnings and
  errors to stderr, and only proper output will
  go to stdout.
- Facilitates apple#507. The `--debug` option can set
  the logging level appropriately, and CLI commands
  can just use `log.debug()`.

katiewasnothere

katiewasnothere

katiewasnothere