TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_log_raw.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __TFM_LOG_RAW_H__
9 #define __TFM_LOG_RAW_H__
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
38 int tfm_log_printf(const char *fmt, ...);
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 #endif /* __TFM_LOG_RAW_H__ */
int tfm_log_printf(const char *fmt,...)
Prints log messages.
Definition: tfm_log_raw.c:161