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

Method ProcInitializer

tests/runtime/goap/test_goap.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10static struct ProcInitializer {
11 ProcInitializer()
12 {
13 ::skr_log_set_level(SKR_LOG_LEVEL_WARN);
14 ::skr_initialize_crash_handler();
15 ::skr_log_initialize_async_worker();
16 }
17 ~ProcInitializer()
18 {
19 ::skr_log_finalize_async_worker();

Callers

nothing calls this directly

Calls 2

skr_log_set_levelFunction · 0.85

Tested by

no test coverage detected