Integrated LogVisor for error gathering

This commit is contained in:
Jack Andersen
2015-07-03 20:02:12 -10:00
parent 602c54541a
commit a656c5d4c9
11 changed files with 44 additions and 53 deletions

View File

@@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <LogVisor/LogVisor.hpp>
#include "NOD/NOD.hpp"
static void printHelp()
@@ -25,6 +26,9 @@ int main(int argc, char* argv[])
return -1;
}
/* Enable logging to console */
LogVisor::RegisterConsoleLogger();
const NOD::SystemChar* inDir = nullptr;
const NOD::SystemChar* outDir = _S(".");
bool force = false;