Skip to content

Commit

Permalink
refactor: add filler
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Aug 16, 2024
1 parent d3c6ff0 commit 36294cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ll/api/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class Logger {
std::optional<std::ofstream> ofs = std::nullopt;
int consoleLevel = -1;
int fileLevel = -1;
int filler;

OutputStream debug;
OutputStream info;
Expand Down

0 comments on commit 36294cd

Please sign in to comment.