libpynq
(release 5EID0-2023 version 0.3.0 of 2024-04-25 09:42 )
|
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,...) |