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:
@@ -60,7 +60,7 @@ class Log {
|
||||
std::optional<RingBuffer<Item>> buffer_;
|
||||
utils::Scheduler scheduler_;
|
||||
|
||||
utils::LogFile log_;
|
||||
utils::OutputFile log_;
|
||||
std::mutex lock_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user