mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
[Logging] Simplify Log Settings Initialization (#1394)
* Simplify logging loading * Fix log injections and reduce verbosity
This commit is contained in:
+1
-2
@@ -57,8 +57,7 @@ public:
|
||||
void ExpireMail();
|
||||
void AddFriendOrIgnore(int CharID, int Type, std::string Name);
|
||||
void RemoveFriendOrIgnore(int CharID, int Type, std::string Name);
|
||||
void GetFriendsAndIgnore(int CharID, std::vector<std::string> &Friends, std::vector<std::string> &Ignorees);
|
||||
void LoadLogSettings(EQEmuLogSys::LogSettings* log_settings);
|
||||
void GetFriendsAndIgnore(int CharID, std::vector<std::string> &Friends, std::vector<std::string> &Ignorees);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user