diff options
author | Tartalo <none@none> | 2010-02-23 00:05:10 +0100 |
---|---|---|
committer | Tartalo <none@none> | 2010-02-23 00:05:10 +0100 |
commit | c6bdcb6b7c4432df0efa686bda3f8dbff53a905d (patch) | |
tree | 3e42e0ff381be139c4d334a4da65a84e455f3f14 /src/shared/Log.h | |
parent | a2381b9863d388878eaa199912dee8fc4f83afd6 (diff) |
Dump characters to separate files config option, by azazel.kon
Resolves #744
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Log.h')
-rw-r--r-- | src/shared/Log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Log.h b/src/shared/Log.h index a6832bff61f..deb6c55e4e0 100644 --- a/src/shared/Log.h +++ b/src/shared/Log.h @@ -168,6 +168,8 @@ class Log : public Trinity::Singleton<Log, Trinity::ClassLevelLockable<Log, ACE_ bool m_dbGM; bool m_dbChat; bool m_charLog_Dump; + bool m_charLog_Dump_Separate; + std::string m_dumpsDir; }; #define sLog Trinity::Singleton<Log>::Instance() |