#include <why2/logger/logger.h>
#include <stdio.h>
int initLogger(char *path)
{
printf("PATH is: %s\n", path);
return 0;
}