Crate pw_log_backend

Source
Expand description

pw_log backend that calls std::println! to emit log messages. This module is useful when you have an application or test running on the development host and you want messages to be emitted to stdout.

Note: This modules requires std.

TODO: <pwbug.dev/311232605> - Document how to configure facade backends.

Macrosยง

pw_log_backend
pw_logf_backend