mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
Integrated LogVisor for error gathering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user