1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Implement a logging option to hide some of the verbose output during plugin start up.

This commit is contained in:
Sandu Liviu Catalin
2016-08-25 12:22:39 +03:00
parent 28ac1e889a
commit 44d6905d3b
2 changed files with 29 additions and 23 deletions

View File

@ -569,6 +569,9 @@ private:
bool m_LockPostLoadSignal; // Lock post load signal container.
bool m_LockUnloadSignal; // Lock unload signal container.
// --------------------------------------------------------------------------------------------
Int32 m_Verbosity; // Restrict the amount of outputted information.
// --------------------------------------------------------------------------------------------
Functions m_PreLoadSignal; // Functions to call before the loaded event.
Functions m_PostLoadSignal; // Functions to call after the loaded event.