Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
log_module.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Inria
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
31
void
log_write
(
unsigned
level,
const
char
*format, ...);
32
33
#ifdef __cplusplus
34
}
35
#endif
log_write
#define log_write(level,...)
Default log_write function, just maps to printf.
Definition
log.h:136
Generated on Thu Sep 24 2026 04:06:02 by
1.13.2