AUTOSAR DLT

Technical protocol term for supported debug/logging scenarios.

AUTOSAR DLT stands for Diagnostic Log and Trace and is the AUTOSAR standard for structured logging and tracing within an ECU. It collects log messages from applications or software modules, buffers them in the daemon, and makes them available to clients for analysis or control.

Back