Made all sub systems for logging lower case

Log filtering is now based on an array of severitys per subsystem
Added a LogIS call which takes an integer for the subsystem
Added a LogTS call which allows to specify a user supplied time stamp
This commit is contained in:
2016-03-08 11:36:29 +01:00
parent 40382b2b8c
commit 5a388ab741
6 changed files with 347 additions and 152 deletions

View File

@@ -75,7 +75,7 @@ static void NetError(const char pText[])
severity = WARN;
}
Log(severity,"IO","%s", pText);
Log(severity,"io","%s", pText);
}
/* ---------------------------- Local ------------------------------------