Data Fields

eurephiaLOG Struct Reference

#include <eurephia_log_struct.h>

Data Fields

eurephiaLOGTYPE logtype
unsigned int opened
char * destination
FILE * logfile
int loglevel

Detailed Description

eurephia log context. Defines how the logging will be done when using eurephia_log()

Definition at line 85 of file eurephia_log_struct.h.


Field Documentation

String containing log destination info (filename, syslog facility)

Definition at line 88 of file eurephia_log_struct.h.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines