mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
403 B
403 B
File: Log.h
Classes
LogTypeStatus
Functions
void LogStart();void LogStop();int8 GetLoggerLevel(LogType type);void LogWrite(LogType type, int8 log_level, const char *cat_text, const char *fmt, ...);void ColorizeLog(int color, char *date, const char *display_name, const char *category, string buffer);bool LogParseConfigs();
Notable Comments
- /*
- */