MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / ProcInitializer

Method ProcInitializer

tests/async/task2/main.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6static struct ProcInitializer
7{
8 ProcInitializer()
9 {
10 ::skr_log_set_level(SKR_LOG_LEVEL_WARN);
11 ::skr_initialize_crash_handler();
12 ::skr_log_initialize_async_worker();
13 }
14 ~ProcInitializer()
15 {
16 ::skr_log_finalize_async_worker();

Callers

nothing calls this directly

Calls 2

skr_log_set_levelFunction · 0.85

Tested by

no test coverage detected