log.h File Reference

log action header file. More...

#include "actions.h"
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define LOG__OPT_DEFAULT   (LOG__OPT_COLOR | LOG__OPT_INDENT)
Log option bits.

The colorized cg-log output is nice!



#define LOG__OPT_COLOR   (1)
#define LOG__OPT_INDENT   (2)

Variables

work_t log__work
 Prints the given log messages.

Detailed Description

log action header file.

Definition in file log.h.


Define Documentation

#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_DEFAULT   (LOG__OPT_COLOR | LOG__OPT_INDENT)

Definition at line 28 of file log.h.

#define LOG__OPT_INDENT   (2)

Definition at line 25 of file log.h.

Referenced by log__receiver().


Variable Documentation

work_t log__work

Prints the given log messages.

Definition at line 18 of file log.h.


Generated for fsvs by  doxygen 1.6.1