|
libpynq (release 5EWC0-2023 version 0.2.2 of 2023-09-24 22:22)
|

Go to the source code of this file.
Macros | |
| #define | LOG_DOMAIN NULL |
| #define | pynq_info(...) pynq_log(LOG_LEVEL_INFO, LOG_DOMAIN, __FUNCTION__, __LINE__, __VA_ARGS__) |
| #define | pynq_warning(...) pynq_log(LOG_LEVEL_WARNING, LOG_DOMAIN, __FUNCTION__, __LINE__, __VA_ARGS__) |
| #define | pynq_error(...) |
Typedefs | |
| typedef enum LogLevel | LogLevel |
Enumerations | |
| enum | LogLevel { LOG_LEVEL_INFO , LOG_LEVEL_WARNING , LOG_LEVEL_ERROR , NUM_LOG_LEVELS } |
Functions | |
| void | pynq_log (const LogLevel level, char const *domain, char const *location, unsigned int lineno, char const *fmt,...) |