Skip to content

Commit 1413a08

Browse files
committed
remove unique_ptr in Logger.h
1 parent e0002cc commit 1413a08

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/phasar/Utils/Logger.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ class Logger final {
8787
LevelsToStreamVariant;
8888
static inline SeverityLevel LogFilterLevel = DEBUG;
8989
static std::string toString(SeverityLevel Level);
90-
static inline llvm::StringMap<std::unique_ptr<llvm::raw_fd_ostream>>
91-
LogfileStreams;
90+
static inline llvm::StringMap<llvm::raw_fd_ostream> LogfileStreams;
9291
// static inline auto StartTime = std::chrono::steady_clock::now();
9392
[[nodiscard]] static llvm::raw_ostream &
9493
getLogStream(std::optional<SeverityLevel> Level,

0 commit comments

Comments
 (0)