implemented writeLog in logger-test

This commit is contained in:
Václav Šmejkal 2022-11-22 18:32:44 +01:00
parent 95d5c8201f
commit 8ee309fe7c
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -8,6 +8,8 @@ int main(void)
printf("%d\n", test);
writeLog(test, "test");
deallocateLogger(test);
return 0;
}