WIP: Rework logging #48

Draft
Levitating wants to merge 2 commits from Levitating/Cytoplasm:log into master
Showing only changes of commit ba450ee766 - Show all commits

View file

@ -26,7 +26,6 @@
#include <Memory.h>
#include <Util.h>
#include <cstdarg>
#include <string.h>
#include <time.h>
#include <unistd.h>
@ -222,7 +221,7 @@ LogConfigUnindent(LogConfig * config)
}
}
void
static void
LogPrint(Stream * stream, LogConfig * config, int level, const char *msg, va_list argp)
{
size_t i;