1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-22 16:57:12 +02:00

Add a logging option for unformatted strings.

This commit is contained in:
Sandu Liviu Catalin
2020-09-06 23:54:44 +03:00
parent 67f514c77c
commit 78c2003797
2 changed files with 18 additions and 0 deletions

View File

@@ -295,6 +295,11 @@ public:
*/
void BindCb(Uint8 level, Function & func);
/* --------------------------------------------------------------------------------------------
* Send a log message.
*/
void Send(Uint8 level, bool sub, CCStr msg, size_t len);
/* --------------------------------------------------------------------------------------------
* Send a log message.
*/