Home
last modified time | relevance | path

Searched full:logging (Results 1 – 25 of 2396) sorted by relevance

12345678910>>...96

/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/
DKconfig.logging4 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 …]
Dnrfx_log.h10 #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.
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/
Dtestcase.yaml7 - logging
15 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 …]
/Zephyr-Core-3.6.0/tests/subsys/logging/log_stack/
Dtestcase.yaml6 - logging
11 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:
/Zephyr-Core-3.6.0/samples/subsys/logging/logger/
Dsample.yaml2 description: A simple application that demonstrate use of logging feature.
8 tags: logging
13 - Instance level logging showcase
15 - Disabling logging
17 - Logging performance showcase
18 - Logs from external logging system showcase
23 tags: logging
44 - logging
DREADME.rst1 .. 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.
[all …]
/Zephyr-Core-3.6.0/tests/subsys/logging/log_output/
Dtestcase.yaml6 logging.output:
9 - logging
12 logging.output.ts64:
15 - logging
18 logging.output.thread_id:
21 - logging
/Zephyr-Core-3.6.0/scripts/coredump/
Dcoredump_gdbserver.py8 import logging
42 # Setup logging
43 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 code
55 logger = logging.getLogger("gdbserver")
[all …]
/Zephyr-Core-3.6.0/tests/subsys/logging/log_msg/
Dtestcase.yaml7 - logging
12 logging.message:
16 logging.message.no_overflow:
20 logging.message.64b_timestamp:
25 logging.message.fp:
30 logging.message.fp_64b_timestamp:
/Zephyr-Core-3.6.0/tests/subsys/logging/log_core_additional/
Dtestcase.yaml2 logging.async:
3 tags: logging
7 logging.sync:
8 tags: logging
12 logging.log_user:
13 tags: logging
/Zephyr-Core-3.6.0/tests/subsys/logging/log_blocking/
Dtestcase.yaml5 - logging
9 logging.blocking.rate.input_limited:
13 logging.blocking.rate.matched:
17 logging.blocking.rate.output_limited:
21 logging.blocking.rate.stalled:
/Zephyr-Core-3.6.0/tests/subsys/logging/log_stress/
Dtestcase.yaml5 - logging
9 logging.stress.light:
13 logging.stress.light_no_overflow:
17 logging.log_stress:
26 logging.stress.no_overflow:
/Zephyr-Core-3.6.0/samples/subsys/logging/dictionary/
Dsample.yaml2 description: Dictionary-based Logging Sample Application
7 tags: logging
13 tags: logging
22 tags: logging
32 tags: logging
46 tags: logging
62 tags: logging
/Zephyr-Core-3.6.0/doc/services/logging/
Dindex.rst3 Logging chapter
10 The logging API provides a common interface to process messages issued by
15 Summary of the logging features:
17 - Deferred logging reduces the time needed to log a message by shifting time
28 - Panic support - in panic mode logging switches to blocking, synchronous
30 - 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. Using
46 and debug. For each severity level the logging API (:zephyr_file:`include/zephyr/logging/log.h`)
[all …]
/Zephyr-Core-3.6.0/tests/subsys/logging/log_timestamp/
Dtestcase.yaml6 logging.output.default_timestamp:
9 - logging
11 logging.output.custom_timestamp:
14 - logging
/Zephyr-Core-3.6.0/tests/subsys/logging/log_immediate/
Dtestcase.yaml6 logging.immediate:
9 - logging
16 logging.immediate.clean_output:
20 - logging
/Zephyr-Core-3.6.0/subsys/logging/backends/
DKconfig.uart24 In deferred logging mode, sets the maximum number of bytes which can be buffered in
28 In immediate logging mode, processed log messages are not buffered and are always
35 When enabled automatically start the UART logging backend on
41 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.
/Zephyr-Core-3.6.0/tests/subsys/logging/log_benchmark/
Dtestcase.yaml4 tags: logging
6 logging.benchmark:
10 logging.benchmark_speed:
15 logging.benchmark_user:
/Zephyr-Core-3.6.0/samples/subsys/logging/logger/src/
Dmain.c14 #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 and
62 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 logging
94 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 …]
/Zephyr-Core-3.6.0/samples/subsys/logging/ble_backend/
DREADME.rst1 .. zephyr:code-sample:: logging-ble-backend
2 :name: BLE logging backend
5 Send log messages over BLE using the BLE logging backend.
10 Sample that demonstrates how to setup and use the BLE Logging backend. The
26 This sample can be found under :zephyr_file:`samples/subsys/logging/ble_backend` in the
/Zephyr-Core-3.6.0/tests/subsys/logging/log_syst/
Dtestcase.yaml4 logging.mipi_syst:
7 - logging
28 logging.mipi_syst.text:
31 - logging
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py7 import logging
20 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
/Zephyr-Core-3.6.0/tests/subsys/logging/log_core_additional/src/
Dlog_test.c17 #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 messages
185 * @details Logging system identify domain/processor by domain_id which is now
188 * @addtogroup logging
194 * @brief Create Tests for Dynamic Loadable Logging Backends
199 * @addtogroup logging
[all …]
/Zephyr-Core-3.6.0/tests/subsys/logging/log_switch_format/
Dtestcase.yaml3 - logging
14 logging.format.switch.deferred:
28 logging.format.switch.immediate:
36 logging.format.switch.custom_output:
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_fs/
Dtestcase.yaml5 - logging
18 logging.backend.fs.automounted: {}
19 logging.backend.fs.manualmounted:

12345678910>>...96