tree: cace7d82ce28848810e1611e3d3d6d992575cda0 [path history] [tgz]
  1. host/
  2. include/
  3. meta/
  4. backend_fuchsia_globals.api
  5. backend_fuchsia_globals.ifs
  6. BUILD.gn
  7. log_from_void.cc
  8. log_level.h
  9. log_message_impl.cc
  10. log_message_impl.h
  11. log_settings.h
  12. log_settings_internal.h
  13. log_settings_unittest.cc
  14. log_structure_unittest.cc
  15. logging_backend_fuchsia.cc
  16. logging_backend_fuchsia_globals.cc
  17. logging_unittest.cc
  18. macros.h
  19. README.md
  20. syslog_cpp.api
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.