added some basic test code into initLogger
This commit is contained in:
parent
d842c0589a
commit
d47bf0b56a
@ -0,0 +1,10 @@
|
||||
#include <why2/logger/logger.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int initLogger(char *path)
|
||||
{
|
||||
printf("PATH is: %s\n", path);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user