File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99#include " logit/enums.hpp"
1010#include " logit/utils.hpp"
1111#include " logit/Logger.hpp"
12- #include " logit/LogStream.hpp"
12+ #include " logit/detail/ LogStream.hpp"
1313#include " logit/detail/ScopeTimer.hpp"
1414#include " logit/log_macros.hpp"
1515#include " logit/formatter.hpp"
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef _LOGIT_LOG_STREAM_HPP_INCLUDED
3- #define _LOGIT_LOG_STREAM_HPP_INCLUDED
2+ #ifndef _LOGIT_DETAIL_LOG_STREAM_HPP_INCLUDED
3+ #define _LOGIT_DETAIL_LOG_STREAM_HPP_INCLUDED
44
55// / \file LogStream.hpp
66// / \brief Defines the LogStream class for stream-like logging functionality.
77
88#include < sstream>
9- #include " Logger.hpp"
10- #include " utils/path_utils.hpp"
9+ #include " ../ Logger.hpp"
10+ #include " ../ utils/path_utils.hpp"
1111
1212namespace logit {
1313
@@ -78,4 +78,4 @@ namespace logit {
7878
7979} // namespace logit
8080
81- #endif // _LOGIT_LOG_STREAM_HPP_INCLUDED
81+ #endif // _LOGIT_DETAIL_LOG_STREAM_HPP_INCLUDED
You can’t perform that action at this time.
0 commit comments