File log_impl_decls.h
↰ Parent directory (include_public/anj/compat)
Platform hooks for log output.
Definition (include_public/anj/compat/log_impl_decls.h)
Detailed Description
This header declares the minimal API that platform integrators may implement or override to control how Anjay Lite logs are processed:
Function anj_log_handler_impl_full - full log handler with metadata
Function anj_log_handler_output - sink for formatted log strings
The implementation may route logs to console, syslog, RTT, UART, or any other platform-specific output. Which functions are active depends on compile-time configuration (e.g. ANJ_LOG_FULL or ANJ_LOG_HANDLER_OUTPUT_ALT).
Includes
anj/init.h(File init.h)stdarg.hstddef.hstdint.h