MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / mc2_log_error

Function mc2_log_error

src/Logging.cpp:195–202  ·  view source on GitHub ↗

mc2: 0x00618690

Source from the content-addressed store, hash-verified

193
194// mc2: 0x00618690
195void mc2_log_error(const char *format, ...) {
196 if (global_log_level_flags & 0x08) {
197 va_list ap;
198 va_start(ap, format);
199 mc2_log_level_v(LOG_LEVEL_ERROR, format, ap);
200 va_end(ap);
201 }
202}
203
204// mc2: 0x006186B0 Based on
205void mc2_log_fatal(const char *format, ...) {

Callers 4

register_file_handleFunction · 0.85
check_sku_versionFunction · 0.85
sub_53A000Function · 0.85
sub_5FDD20Function · 0.85

Calls 1

mc2_log_level_vFunction · 0.85

Tested by

no test coverage detected