#include <eurephia_log_struct.h>
Data Fields | |
| eurephiaLOGTYPE | logtype |
| unsigned int | opened |
| char * | destination |
| FILE * | logfile |
| int | loglevel |
eurephia log context. Defines how the logging will be done when using eurephia_log()
Definition at line 85 of file eurephia_log_struct.h.
| char* eurephiaLOG::destination |
String containing log destination info (filename, syslog facility)
Definition at line 88 of file eurephia_log_struct.h.
| FILE* eurephiaLOG::logfile |
File pointer to the log file if logtype == logFILE
Definition at line 89 of file eurephia_log_struct.h.
Defines the log verbosity, higher number increases log verbosity
Definition at line 90 of file eurephia_log_struct.h.
Defines which log backend to use
Definition at line 86 of file eurephia_log_struct.h.
| unsigned int eurephiaLOG::opened |
Boolean flag, if the logging is openend and enabled
Definition at line 87 of file eurephia_log_struct.h.
1.7.1