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

Method ProcInitializer

tests/async/threads/job.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

skr_log_set_levelFunction · 0.85

Tested by

no test coverage detected