Triditizer
logging.cpp File Reference
#include <windows.h>
#include <iostream>
#include <fstream>
#include <string>
#include <stdio.h>
#include "logging.h"
Include dependency graph for logging.cpp:

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
 

Function Documentation

void __cdecl add_log ( const char *  fmt,
  ... 
)
void __cdecl close_log ( void  )

Here is the caller graph for this function:

void __cdecl open_log ( void  )

Here is the caller graph for this function:

Variable Documentation

std::ofstream ofile
va_list va_alist