include/Spectre/System/Log.h: implement a static "Log" class instead of just a function.
This commit is contained in:
parent
e10daeaaa6
commit
3b27db9435
8 changed files with 101 additions and 31 deletions
|
|
@ -15,7 +15,7 @@ bool Win32MsgBuffer::postMessage(MSG msg)
|
|||
messages[index++] = msg;
|
||||
return true;
|
||||
}
|
||||
log("Win32MsgBuffer: Queue overflow\n");
|
||||
Log::warn("Win32MsgBuffer: Queue overflow\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue