harfang3d/harfang/foundation/log_file.h

13 lines
338 B
C
Raw Permalink Normal View History

2021-12-15 19:23:12 +00:00
// HARFANG(R) Copyright (C) 2021 Emmanuel Julien, NWNC HARFANG. Released under GPL/LGPL/Commercial Licence, see licence.txt for details.
#pragma once
#include <string>
namespace hg {
bool DeclareLogFile(const std::string &id, const std::string &path);
bool LogToFile(const std::string &id, const std::string &msg);
} // namespace hg