Go to the source code of this file.
◆ DC_LOGGER
| #define DC_LOGGER dc_log_null |
◆ dc_log_null_debug()
Definition at line 34 of file null.h.
34 {
35 (void)self;
36 (void)fmt;
37 fprintf(
stream,
"dc_log_null { }");
38}
static DC_PUBLIC FILE * stream(SELF *self)
◆ dc_log_null_delete()
| DC_PUBLIC void dc_log_null_delete |
( |
dc_log_null * | self | ) |
|
|
static |
◆ dc_log_null_from_parent()
Definition at line 17 of file null.h.
17 {
18 (void)parent;
19 (void)id;
20 dc_log_null self = {};
21 return self;
22}
◆ dc_log_null_log()
Definition at line 24 of file null.h.
25 {
26 (void)self;
27 (void)location;
28 (void)level;
30}
◆ dc_log_null_new_global()
| DC_PUBLIC dc_log_null dc_log_null_new_global |
( |
dc_log_null_global_config | config, |
|
|
dc_log_id | id ) |
|
static |
Definition at line 9 of file null.h.
10 {
11 (void)config;
12 (void)id;
13 dc_log_null self = {};
14 return self;
15}
◆ DC_TRAIT_LOGGER()
| DC_TRAIT_LOGGER |
( |
dc_log_null | | ) |
|
◆ DC_ZERO_SIZED() [1/2]
| DC_ZERO_SIZED |
( |
dc_log_null | | ) |
|
◆ DC_ZERO_SIZED() [2/2]
| DC_ZERO_SIZED |
( |
dc_log_null_global_config | | ) |
|