Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
log_frontend.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef LOG_FRONTEND_H_
7#define LOG_FRONTEND_H_
8
10
14
31void log_frontend_msg(const void *source,
32 const struct log_msg_desc desc,
33 uint8_t *package, const void *data);
34
37
38#endif /* LOG_FRONTEND_H_ */
void log_frontend_init(void)
Initialize frontend.
void log_frontend_panic(void)
Panic state notification.
void log_frontend_msg(const void *source, const struct log_msg_desc desc, uint8_t *package, const void *data)
Log message.
__UINT8_TYPE__ uint8_t
Definition: stdint.h:88
Definition: log_msg.h:56