Added EQEmuLogSys logger; pointer to the rest of the projects

This commit is contained in:
Akkadius
2015-01-10 18:12:58 -06:00
parent b7ade8bf1b
commit 7a9860fdd1
11 changed files with 30 additions and 9 deletions
+1 -2
View File
@@ -34,7 +34,7 @@ public:
Error, /* Error Logs */
Debug, /* Debug Logs */
Quest, /* Quest Logs */
Commands, /* Issued Comamnds */
Commands, /* Issued Commands */
Crash, /* Crash Logs */
Save, /* Client Saves */
MaxLogID /* Max, used in functions to get the max log ID */
@@ -61,5 +61,4 @@ private:
extern EQEmuLogSys logger;
#endif