First incarnation of the logging code

This commit is contained in:
2016-02-03 10:43:36 +01:00
parent 95988f331c
commit b1cda3f579
4 changed files with 548 additions and 1 deletions

1
ofac.c
View File

@ -55,6 +55,7 @@ static void InitGeneral(void)
INIT(MakeTrace);
INIT(InitTaskOBJ);
INIT(RemoteObjectInit);
INIT(Logv2Init);
INIT(SiteInit); /* site specific initializations */
}