feat(log): add first SLog functions

This commit is contained in:
VDm 2024-02-16 00:37:18 +04:00
parent 2c6f97dbb9
commit ec148a9af8
3 changed files with 371 additions and 0 deletions

13
storm/Log.hpp Normal file
View file

@ -0,0 +1,13 @@
#ifndef STORM_LOG_HPP
#define STORM_LOG_HPP
#include "storm/Common.hpp"
#include "storm/String.hpp"
DECLARE_STRICT_HANDLE(HSLOG);
DECLARE_STRICT_HANDLE(HLOCKEDLOG);
#endif