log action header file. More...
#include "actions.h"

Go to the source code of this file.
Defines | |
| #define | LOG__OPT_DEFAULT (LOG__OPT_COLOR | LOG__OPT_INDENT) |
Log option bits. | |
| #define | LOG__OPT_COLOR (1) |
| #define | LOG__OPT_INDENT (2) |
Variables | |
| work_t | log__work |
| Prints the given log messages. | |
log action header file.
Definition in file log.h.
| #define LOG__OPT_COLOR (1) |
Definition at line 24 of file log.h.
Referenced by log___divider(), log__receiver(), and log__work().
| #define LOG__OPT_INDENT (2) |
Definition at line 25 of file log.h.
Referenced by log__receiver().
1.6.1