We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0002cc commit 1413a08Copy full SHA for 1413a08
1 file changed
include/phasar/Utils/Logger.h
@@ -87,8 +87,7 @@ class Logger final {
87
LevelsToStreamVariant;
88
static inline SeverityLevel LogFilterLevel = DEBUG;
89
static std::string toString(SeverityLevel Level);
90
- static inline llvm::StringMap<std::unique_ptr<llvm::raw_fd_ostream>>
91
- LogfileStreams;
+ static inline llvm::StringMap<llvm::raw_fd_ostream> LogfileStreams;
92
// static inline auto StartTime = std::chrono::steady_clock::now();
93
[[nodiscard]] static llvm::raw_ostream &
94
getLogStream(std::optional<SeverityLevel> Level,
0 commit comments