about summary refs log tree commit diff stats
path: root/src/logger.h
blob: a27839f3a8da8a0a870e28941ae4bf7292cb3f71 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef LOGGER_H_9BDD07EA
#define LOGGER_H_9BDD07EA

#include <string>

void TrackerLog(std::string message);

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