|
HiRep 0.1
|
Simple output logging facility. More...
#include "input_par.h"#include <stdarg.h>Go to the source code of this file.
Functions | |
| int | logger_map (char *name, char *filename) |
| int | logger_unmap (char *name) |
| int | logger_reset () |
| int | logger_stdout (char *filename) |
| void | logger_set_input (input_logger *logger) |
| void | logger_setlevel (char *name, int v) |
| int | logger_getlevel (char *name) |
| void | logger_rmlevel (char *name) |
| void | logger_enable () |
| void | logger_disable () |
| int | lprintf (const char *name, int level, const char *format,...) |
| int | vlprintf (const char *name, int level, const char *format, va_list args) |
Simple output logging facility.