Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
logging.h File Reference

Go to the source code of this file.

Macros

#define LOG_ERROR   0
 
#define LOG_STATUS   1
 
#define __LOGGING_H__
 
#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 __LOGGING_H__
#define LOG_ERROR   0
#define LOG_ERROR   0

Definition at line 28 of file logging.h.

#define LOG_STATUS   1

Definition at line 29 of file logging.h.

#define LOG_STATUS   1

Function Documentation

void loginit ( void  )

Definition at line 51 of file logging.c.

__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.

void logprogressclear ( int  )

Definition at line 90 of file logging.c.

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.