[test][logger] Add FX_PLOGS() that logs zx_status_t as string

And also FX_VPLOGS. Similar to FXL_PLOG() recent addition, this suffixes
the message with "%d (%s)" for the zx_status_t given.

This does not handle the third style, FX_LOG() yet. It seems less-used
and more complicated to handle so it might not be worth it.

ZX-4110 #comment [test][logger] Add FX_PLOGS() that logs zx_status_t as string

Test: new tests in logger_unittest.cc
Change-Id: I7c65dbb6b110f3c0b9b785b1a1de7e5171382d26
3 files changed
tree: 5d78c2f17da4f97a9ded0e072c5bbc726560972f
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. infra/
  9. peridot/
  10. products/
  11. scripts/
  12. sdk/
  13. src/
  14. third_party/
  15. tools/
  16. zircon/
  17. .clang-format
  18. .dir-locals.el
  19. .gitattributes
  20. .gitignore
  21. .gn
  22. AUTHORS
  23. BUILD.gn
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. PATENTS
  29. README.md
  30. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See the documentation.