Lines Matching full:logging
1 .. zephyr:code-sample:: logging
2 :name: Logging
5 Output log messages to the console using the logging subsystem.
9 A simple application that demonstrates use of logging subsystem. It demonstrates
11 instance level filtering. It also showcases logging capabilities in terms of
21 :zephyr-app: samples/subsys/logging/logger
33 Module logging showcase.
36 Disabling logging in the sample_module module
37 Function called again but with logging disabled.
38 Instance level logging showcase.
54 Disabling logging on both instances.
55 Function call on both instances with logging disabled.
56 String logging showcase.
57 [00:00:01.122,316] <inf> main: Logging transient string:transient_string
62 Logging performance showcase.
64 Estimated logging capabilities: 42000000 messages/second
65 Logs from external logging system showcase.