|
Derive-C
|
#include <derive-c/core/prelude.h>Go to the source code of this file.
Data Structures | |
| struct | dc_log_location |
| struct | dc_log_id |
Macros | |
| #define | DC_LOCATION (dc_log_location) { __FILE__, __LINE__ } |
| #define | DC_LOG_ID_LENGTH 32 |
| #define | DC_TRAIT_LOGGER(SELF) |
Enumerations | |
| enum | dc_log_level { DC_TRACE = 1 , DC_DEBUG , DC_INFO , DC_WARN , DC_ERROR } |
Functions | |
| static DC_PUBLIC char const * | dc_log_level_to_string (dc_log_level level) |
| #define DC_LOCATION (dc_log_location) { __FILE__, __LINE__ } |
| #define DC_TRAIT_LOGGER | ( | SELF | ) |
Definition at line 43 of file trait.h.
| enum dc_log_level |
|
static |