implemented writeLog in logger-test
This commit is contained in:
parent
95d5c8201f
commit
8ee309fe7c
@ -8,6 +8,8 @@ int main(void)
|
|||||||
|
|
||||||
printf("%d\n", test);
|
printf("%d\n", test);
|
||||||
|
|
||||||
|
writeLog(test, "test");
|
||||||
|
|
||||||
deallocateLogger(test);
|
deallocateLogger(test);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user