add std::filesystem::path logger
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <map>
|
||||
#include "hack/logger/logger.hpp"
|
||||
#include "hack/patterns/ring_buffer.hpp"
|
||||
#include "hack/utils/timestamp.hpp"
|
||||
|
||||
auto main(int argc, char *argv[]) -> int
|
||||
{
|
||||
@@ -68,10 +69,8 @@ auto main(int argc, char *argv[]) -> int
|
||||
hack::log()(str.c_str());
|
||||
hack::log()(str);
|
||||
|
||||
// HERE
|
||||
// реализовать это ...
|
||||
// std::filesystem::path p { "/test/file/path.txt" };
|
||||
// hack::log()(p);
|
||||
std::filesystem::path p { "/test/file/path.txt" };
|
||||
hack::log()(p);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user