Go to the source code of this file.
◆ DC_LOG
Value:
#define DC_LOGGER_LOG(LOGGER_TYPE, LOGGER, LEVEL,...)
- Examples
- complex/employees.c, complex/prime_sieve.c, container/arena.c, container/bitset.c, container/map.c, container/queue.c, container/set.c, container/vector.c, utils/log.c, utils/option.c, utils/result.c, and utils/string_builder.c.
Definition at line 20 of file prelude.h.
◆ DC_LOGGER_NEW
| #define DC_LOGGER_NEW |
( |
| ... | ) |
|
Value:
#define DC_LOGGER_FROM_PARENT(LOGGER_TYPE, PARENT_LOGGER_PTR, FMT_STRING,...)
- Examples
- complex/employees.c, complex/prime_sieve.c, container/arena.c, container/bitset.c, container/map.c, container/queue.c, container/set.c, container/vector.c, utils/log.c, utils/option.c, utils/result.c, and utils/string_builder.c.
Definition at line 21 of file prelude.h.
◆ DC_TRAIT_LOGGER()