mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
refactor(log): rework SLog to use bc filesystem API
This commit is contained in:
parent
af834cafa7
commit
1fa8a1e82b
4 changed files with 186 additions and 227 deletions
|
|
@ -16,9 +16,9 @@ DECLARE_STRICT_HANDLE(HSLOG);
|
|||
DECLARE_STRICT_HANDLE(HLOCKEDLOG);
|
||||
|
||||
void SLogInitialize();
|
||||
int SLogIsInitialized();
|
||||
int32_t SLogIsInitialized();
|
||||
void SLogDestroy();
|
||||
int SLogCreate(const char* filename, uint32_t flags, HSLOG* log);
|
||||
int32_t SLogCreate(const char* filename, uint32_t flags, HSLOG* log);
|
||||
void SLogClose(HSLOG log);
|
||||
void SLogFlush(HSLOG log);
|
||||
void SLogFlushAll();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue