|
helapordo 1.4.20
|
#include "game_log.h"
Functions | |
| void | log_tag (char *filename, char *header, const char *format,...) |
| Takes a filename string, a string headear and a format string. | |
| void | log_OP (turnOption_OP op) |
| Logs a turnOption_OP to "$STATICDIR/OPS_log.txt". | |
| void | hlpd_reset_logfile (void) |
| void hlpd_reset_logfile | ( | void | ) |
| void log_OP | ( | turnOption_OP | op | ) |
Logs a turnOption_OP to "$STATICDIR/OPS_log.txt".
| op | The turnOption_OP to log. |
| void log_tag | ( | char * | filename, |
| char * | header, | ||
| const char * | format, | ||
| ... ) |
Takes a filename string, a string headear and a format string.
Tries logging the message to the passed file if global var G_DEBUG_ON is set.
| filename | The filename to open. |
| header | The string header for the message to log. |
| format | The format string for message. |