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

Function skr_log_set_level

modules/core/core/src/core/log/logger.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122} } // namespace skr::log
123
124SKR_EXTERN_C
125void skr_log_set_level(int level)
126{
127 const auto kLogLevel = skr::log::LogConstants::kLogLevelsLUT[level];
128 skr::log::LogConstants::gLogLevel = kLogLevel;
129}
130
131SKR_EXTERN_C
132void skr_log_set_flush_behavior(int behavior)

Callers 11

compile_allFunction · 0.85
on_loadMethod · 0.85
ProcInitializerMethod · 0.85
ProcInitializerMethod · 0.85
ProcInitializerMethod · 0.85
ProcInitializerMethod · 0.85
ProcInitializerMethod · 0.85
ProcInitializerMethod · 0.85
ProcInitializerMethod · 0.85
ProcInitializerMethod · 0.85
ProcInitializerMethod · 0.85

Calls

no outgoing calls

Tested by 1

ProcInitializerMethod · 0.68