#ifndef LOGGER_H_9BDD07EA
#define LOGGER_H_9BDD07EA

#include <string>

void TrackerLog(std::string message);

#endif /* end of include guard: LOGGER_H_9BDD07EA */