Improved logger

Improved logger
This commit is contained in:
jojos38
2020-01-28 15:47:55 +01:00
parent b3a26c9897
commit 35eebe95ad
3 changed files with 38 additions and 15 deletions

View File

@@ -9,6 +9,5 @@
int main() {
// ALL > DEBUG > INFO > WARN > ERROR > OFF
setLoggerLevel("ALL");
startRUDP("localhost", 30814);
}