COVISE Core
Namespaces | Functions | Variables
coLog.cpp File Reference
#include "coLog.h"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cstdarg>
#include <iostream>
Include dependency graph for coLog.cpp:

Namespaces

namespace  covise
 list of all chemical elements
 

Functions

void covise::print_comment (int line, const char *filename, const char *fmt,...)
 
void covise::print_exit (int line, const char *filename, int how)
 
void covise::print_exit (int line, const char *filename, const char *why, int how)
 
void covise::print_error (int line, const char *filename, const char *fmt,...)
 
void covise::print_time (const char *comment)
 

Variables

FILE * covise::COVISE_time_hdl = NULL
 
static FILE * covise::COVISE_debug_hdl = NULL
 
int covise::COVISE_debug_level = 0
 
static const char * covise::COVISE_debug_filename = "covise.log"