Module functions
Functions§
- check_
library_ ⚠version - Check the library version of DLT library.
- lib_
free ⚠ - Terminate the user lib.
- lib_
init ⚠ - Initialize the user lib communication with daemon.
- log_
marker ⚠ - Write marker message to DLT.
- log_
resend_ ⚠buffer - Try to resend log message in the user buffer.
- log_
write_ ⚠finish - Finishing the generation of a DLT log message and sending it to the DLT daemon without freeing log buffer.
- log_
write_ ⚠start - Initialize the generation of a DLT log message with given buffer from DLT application.
- register_
app ⚠ - Register an application in the daemon.
- register_
context ⚠ - Register a context in the daemon with pre-defined log level and pre-defined trace status.
- register_
injection_ ⚠callback - Register callback function with private data called when injection message was received.
- register_
log_ ⚠level_ changed_ callback - Register callback function called when log level of context was changed.
- unregister_
app ⚠ - Unregister an application in the daemon.
- unregister_
context ⚠ - Unregister a context in the DLT daemon.