MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Info

Function Info

Kernel/src/logging.cpp:215–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void Info(const char* __restrict fmt, ...){
216 //acquireLock(&logLock);
217 Write("\r\n[INFO] ");
218 va_list args;
219 va_start(args, fmt);
220 WriteF(fmt, args);
221 va_end(args);
222 //releaseLock(&logLock);
223 }
224
225 void Warning(const char* str){
226 Write("\r\n[WARN] ", 255, 255, 0);

Callers 15

KernelProcessFunction · 0.85
kmainFunction · 0.85
ParseFunction · 0.85
isr_handlerFunction · 0.85
ReadMADTFunction · 0.85
InitFunction · 0.85
laihost_logFunction · 0.85
InitializeFunction · 0.85
MapLegacyIRQFunction · 0.85
InitializeFunction · 0.85
InitCoreFunction · 0.85
InitExtraFunction · 0.85

Calls 3

WriteFFunction · 0.85
WriteFunction · 0.70
itoaFunction · 0.70

Tested by

no test coverage detected