Add utils::InputFile wrapper

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2377
This commit is contained in:
Matej Ferencevic
2019-09-12 14:49:45 +02:00
parent b74141aafe
commit 51fc4df87a
5 changed files with 339 additions and 59 deletions

View File

@@ -60,7 +60,7 @@ class Log {
std::optional<RingBuffer<Item>> buffer_;
utils::Scheduler scheduler_;
utils::LogFile log_;
utils::OutputFile log_;
std::mutex lock_;
};