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

Function mc2_log_warning

src/Logging.cpp:185–192  ·  view source on GitHub ↗

mc2: 0x00618670

Source from the content-addressed store, hash-verified

183
184// mc2: 0x00618670
185void mc2_log_warning(const char *format, ...) {
186 if (global_log_level_flags & 0x04) {
187 va_list ap;
188 va_start(ap, format);
189 mc2_log_level_v(LOG_LEVEL_WARNING, format, ap);
190 va_end(ap);
191 }
192}
193
194// mc2: 0x00618690
195void mc2_log_error(const char *format, ...) {

Callers 1

sub_5FD3A0Method · 0.85

Calls 1

mc2_log_level_vFunction · 0.85

Tested by

no test coverage detected