|
Triditizer
|
#include <windows.h>#include <iostream>#include <fstream>#include <string>#include <stdio.h>#include "logging.h"
Functions | |
| void __cdecl | open_log (void) |
| void __cdecl | add_log (const char *fmt,...) |
| void __cdecl | close_log (void) |
Variables | |
| va_list | va_alist |
| std::ofstream | ofile |
| void __cdecl add_log | ( | const char * | fmt, |
| ... | |||
| ) |
| void __cdecl close_log | ( | void | ) |

| void __cdecl open_log | ( | void | ) |

| std::ofstream ofile |
| va_list va_alist |