Searched full:logging (Results 1 – 25 of 2396) sorted by relevance
12345678910>>...96
4 menu "nrfx drivers logging"8 bool "ADC driver logging"12 bool "CLOCK driver logging"16 bool "COMP driver logging"20 bool "DPPI driver logging"24 bool "EGU driver logging"28 bool "GPIOTE driver logging"32 bool "GRTC driver logging"36 bool "I2S driver logging"40 bool "IPC driver logging"[all …]
10 #include <zephyr/logging/log.h>54 * @brief Macro for logging a message with the severity level ERROR.62 * @brief Macro for logging a message with the severity level WARNING.70 * @brief Macro for logging a message with the severity level INFO.78 * @brief Macro for logging a message with the severity level DEBUG.86 * @brief Macro for logging a memory dump with the severity level ERROR.95 * @brief Macro for logging a memory dump with the severity level WARNING.104 * @brief Macro for logging a memory dump with the severity level INFO.113 * @brief Macro for logging a memory dump with the severity level DEBUG.
7 - logging15 logging.deferred.api.overflow_rt_filter:21 logging.deferred.api.overflow:26 logging.deferred.api.no_overflow:31 logging.deferred.api.static_filter:36 logging.deferred.api.printk:44 logging.deferred.api.func_prefix:50 logging.deferred.api.64b_timestamp:55 logging.deferred.api.override_level:67 logging.immediate.api:[all …]
6 - logging11 logging.stack.deferred:14 logging.stack.deferred_no_opt:21 logging.stack.immediate:24 logging.stack.immediate_no_opt:31 logging.stack.deferred_cpp:35 logging.stack.deferred_cpp_no_opt:42 logging.stack.immediate_cpp:46 logging.stack.immediate_cpp_no_opt:
2 description: A simple application that demonstrate use of logging feature.8 tags: logging13 - Instance level logging showcase15 - Disabling logging17 - Logging performance showcase18 - Logs from external logging system showcase23 tags: logging44 - logging
1 .. zephyr:code-sample:: logging2 :name: Logging5 Output log messages to the console using the logging subsystem.9 A simple application that demonstrates use of logging subsystem. It demonstrates11 instance level filtering. It also showcases logging capabilities in terms of21 :zephyr-app: samples/subsys/logging/logger33 Module logging showcase.36 Disabling logging in the sample_module module37 Function called again but with logging disabled.38 Instance level logging showcase.[all …]
6 logging.output:9 - logging12 logging.output.ts64:15 - logging18 logging.output.thread_id:21 - logging
8 import logging42 # Setup logging43 logging.basicConfig(format=LOGGING_FORMAT)45 # Setup logging for "parser"46 logger = logging.getLogger("parser")48 logger.setLevel(logging.DEBUG)50 logger.setLevel(logging.INFO)52 logger.setLevel(logging.WARNING)54 # Setup logging for follow code55 logger = logging.getLogger("gdbserver")[all …]
7 - logging12 logging.message:16 logging.message.no_overflow:20 logging.message.64b_timestamp:25 logging.message.fp:30 logging.message.fp_64b_timestamp:
2 logging.async:3 tags: logging7 logging.sync:8 tags: logging12 logging.log_user:13 tags: logging
5 - logging9 logging.blocking.rate.input_limited:13 logging.blocking.rate.matched:17 logging.blocking.rate.output_limited:21 logging.blocking.rate.stalled:
5 - logging9 logging.stress.light:13 logging.stress.light_no_overflow:17 logging.log_stress:26 logging.stress.no_overflow:
2 description: Dictionary-based Logging Sample Application7 tags: logging13 tags: logging22 tags: logging32 tags: logging46 tags: logging62 tags: logging
3 Logging chapter10 The logging API provides a common interface to process messages issued by15 Summary of the logging features:17 - Deferred logging reduces the time needed to log a message by shifting time28 - Panic support - in panic mode logging switches to blocking, synchronous30 - Printk support - printk message can be redirected to the logging.32 - Support for logging floating point variables and long long arguments.34 - Support for multi-domain logging.36 Logging API is highly configurable at compile time as well as at run time. Using46 and debug. For each severity level the logging API (:zephyr_file:`include/zephyr/logging/log.h`)[all …]
6 logging.output.default_timestamp:9 - logging11 logging.output.custom_timestamp:14 - logging
6 logging.immediate:9 - logging16 logging.immediate.clean_output:20 - logging
24 In deferred logging mode, sets the maximum number of bytes which can be buffered in28 In immediate logging mode, processed log messages are not buffered and are always35 When enabled automatically start the UART logging backend on41 source "subsys/logging/Kconfig.template.log_format_config"52 Dictionary-based logging output in binary.57 Dictionary-based logging output in hexadecimal. Supported only for UART backend.
4 tags: logging6 logging.benchmark:10 logging.benchmark_speed:15 logging.benchmark_user:
14 #include <zephyr/logging/log_ctrl.h>17 #include <zephyr/logging/log.h>56 * Sample module API is called then logging for this module is disabled and62 printk("Module logging showcase.\n"); in module_logging_showcase()68 printk("Disabling logging in the %s module\n", in module_logging_showcase()77 printk("Function called again but with logging disabled.\n"); in module_logging_showcase()88 * Sample multi-instance module API on two instances is called then logging94 printk("Instance level logging showcase.\n"); in instance_logging_showcase()113 printk("Disabling logging on both instances.\n"); in instance_logging_showcase()128 printk("Function call on both instances with logging disabled.\n"); in instance_logging_showcase()[all …]
1 .. zephyr:code-sample:: logging-ble-backend2 :name: BLE logging backend5 Send log messages over BLE using the BLE logging backend.10 Sample that demonstrates how to setup and use the BLE Logging backend. The26 This sample can be found under :zephyr_file:`samples/subsys/logging/ble_backend` in the
4 logging.mipi_syst:7 - logging28 logging.mipi_syst.text:31 - logging
7 import logging20 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None:22 Platform-independent helper for logging subprocess invocations.28 :param logger: logging.Logger to use
17 #include <zephyr/logging/log_backend.h>18 #include <zephyr/logging/log_backend_std.h>19 #include <zephyr/logging/log_ctrl.h>20 #include <zephyr/logging/log.h>21 #include <zephyr/logging/log_output.h>133 /* The logging system support user customize timestamping in log messages185 * @details Logging system identify domain/processor by domain_id which is now188 * @addtogroup logging194 * @brief Create Tests for Dynamic Loadable Logging Backends199 * @addtogroup logging[all …]
3 - logging14 logging.format.switch.deferred:28 logging.format.switch.immediate:36 logging.format.switch.custom_output:
5 - logging18 logging.backend.fs.automounted: {}19 logging.backend.fs.manualmounted: