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

#include <string>

void TrackerLog(const std::string& text);

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