Go to the source code of this file.
Logging macros | |
Macros encapsulating the logging functions for easier use | |
#define | open_log(path) |
#define | close_log() |
#define | dll_init_log(x) |
#define | plog _logfoo |
Functions | |
void | _open_log (const char *path, bool console) |
void | _close_log () |
void | _log (const char *format,...) |
void | _logfoo (const char *format,...) |
void | _dll_init_log (void *dll) |
© 2003-2004 by Rene Mayrhofer, Harald Radi
Harald Radi <harald.radi@nme.at>
|
Close the logfile |
|
Loads the main logging module into dynamically loaded libraries to ensure that logging is performed synchronously into a single logfile.
|
|
Wrapper function to convert printf style parameters into va_list style parameters.
|
|
dummy function if logging is disabled
|
|
Initialize the logfile
|