tree: d0a48b0a9abe09dd60f1a4f74af9c80453f507bd [path history] [tgz]
  1. host/
  2. meta/
  3. backend_fuchsia_globals.api
  4. backend_fuchsia_globals.ifs
  5. BUILD.gn
  6. log_level.h
  7. log_settings.cc
  8. log_settings.h
  9. log_settings_unittest.cc
  10. log_structure_unittest.cc
  11. logging_backend.h
  12. logging_backend_fuchsia.cc
  13. logging_backend_fuchsia_globals.cc
  14. logging_backend_fuchsia_globals.h
  15. logging_unittest.cc
  16. macros.cc
  17. macros.h
  18. README.md
sdk/lib/syslog/cpp/README.md

syslog

Syslog provides logging infrastructure and corresponding tests for Fuchsia.

Building tests

Append --with //sdk/lib/syslog/cpp:tests to your fx set invocation.

Running tests

To run host tests, use

$ fx test --host logging_cpp_unittests

Note that host tests are not currently supported on ARM MacOS, but should function on Intel-based Macs or on certain Linux distributions.