My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
logging.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "logging.h"
Include dependency graph for logging.c:

Go to the source code of this file.

Functions

void logprint (int level, const char *format,...)
 
void loginit (void)
 
void logprogressbar (nr_double_t current, nr_double_t final, int points)
 
void logprogressclear (int points)
 

Variables

FILE * file_status = NULL
 
FILE * file_error = NULL
 
int progressbar_last = 0
 
int progressbar_enable = 0
 
int progressbar_gui = 0
 

Function Documentation

void loginit ( void  )

Definition at line 51 of file logging.c.

Here is the caller graph for this function:

void logprint ( int  level,
const char *  format,
  ... 
)

Definition at line 37 of file logging.c.

void logprogressbar ( nr_double_t  current,
nr_double_t  final,
int  points 
)

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  points)

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 = NULL

Definition at line 57 of file logging.c.

FILE* file_status = NULL

Definition at line 56 of file logging.c.

int progressbar_enable = 0

Definition at line 84 of file logging.c.

int progressbar_gui = 0

Definition at line 87 of file logging.c.

int progressbar_last = 0

Definition at line 60 of file logging.c.