My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
logging.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG_ERROR   0
 
#define LOG_STATUS   1
 

Functions

__BEGIN_DECLS void logprint (int, const char *,...)
 
void loginit (void)
 
void logprogressbar (nr_double_t, nr_double_t, int)
 
void logprogressclear (int)
 

Variables

FILE * file_status
 
FILE * file_error
 
int progressbar_enable
 
int progressbar_gui
 

Macro Definition Documentation

#define LOG_ERROR   0

Definition at line 28 of file logging.h.

#define LOG_STATUS   1

Definition at line 29 of file logging.h.

Function Documentation

void loginit ( void  )

Definition at line 51 of file logging.c.

Here is the caller graph for this function:

__BEGIN_DECLS void logprint ( int  ,
const char *  ,
  ... 
)

Definition at line 37 of file logging.c.

void logprogressbar ( nr_double_t  ,
nr_double_t  ,
int   
)

Definition at line 63 of file logging.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void logprogressclear ( int  )

Definition at line 90 of file logging.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FILE* file_error

Definition at line 57 of file logging.c.

FILE* file_status

Definition at line 56 of file logging.c.

int progressbar_enable

Definition at line 84 of file logging.c.

int progressbar_gui

Definition at line 87 of file logging.c.