|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Go to the source code of this file.
Macros | |
| #define | LOGFILE_MULTI_LOG 0 |
| #define | LOGFILE_EVENT_LOG 1 |
Functions | |
| bool | logfile_init (int logfile_type) |
| void | logfile_close (int logfile_type) |
| void | log_printf (int logfile_type, char *format,...) |
| void | log_string (int logfile_type, const char *string, int add_time=0) |
| #define LOGFILE_EVENT_LOG 1 |
Definition at line 19 of file generic_log.h.
| #define LOGFILE_MULTI_LOG 0 |
Definition at line 18 of file generic_log.h.
Definition at line 83 of file generic_log.cpp.
Definition at line 107 of file generic_log.cpp.
Definition at line 72 of file generic_log.cpp.
| bool logfile_init | ( | int | logfile_type | ) |
Definition at line 53 of file generic_log.cpp.