Added a loglsisten command for listening into the log

This commit is contained in:
2016-05-17 11:30:38 +02:00
parent 0b41bcde03
commit 097b93aa8b
4 changed files with 98 additions and 2 deletions

1
ofac.c
View File

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