NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
console.h File Reference
#include <stdio.h>

Go to the source code of this file.

Enumerations

enum  Verbosity {
  V_ERROR = 0, V_WARNING = 1, V_VISIBLE = 2, V_INFO = 3,
  V_STATS = 4, V_VERBOSE = 5, V_DEBUG = 6
}
 

Functions

void textcolor (unsigned int color)
 
void log_visible (FILE *file, const char *string,...)
 
void log_info (FILE *file, const char *string,...)
 
void log_stats (FILE *file, const char *string,...)
 
void log_verbose (FILE *file, const char *string,...)
 
void log_debug (FILE *file, const char *string,...)
 
void log_warning (FILE *file, const char *string,...)
 
void log_error (FILE *file, const char *string,...)
 
void log_visible_cont (FILE *file, const char *string,...)
 
void log_info_cont (FILE *file, const char *string,...)
 
void log_stats_cont (FILE *file, const char *string,...)
 
void log_verbose_cont (FILE *file, const char *string,...)
 
void log_debug_cont (FILE *file, const char *string,...)
 
void log_warning_cont (FILE *file, const char *string,...)
 
void log_error_cont (FILE *file, const char *string,...)
 
void log_visible_nl (FILE *file)
 
void log_info_nl (FILE *file)
 
void log_stats_nl (FILE *file)
 
void log_verbose_nl (FILE *file)
 
void log_debug_nl (FILE *file)
 
void log_warning_nl (FILE *file)
 
void log_error_nl (FILE *file)
 
void set_verbosity (Verbosity)