format headers

This commit is contained in:
Bechir Braham
2024-04-03 14:53:06 +02:00
parent 76c0f7a757
commit 9e96f8b150
19 changed files with 296 additions and 400 deletions

View File

@ -115,7 +115,7 @@ template <typename... Strings> void error(const Strings... s) { internal::logger
extern void set_streams(std::streambuf *out, std::streambuf *err);
extern void set_streams(std::streambuf *out);
extern void set_verbosity(LOGGING_LEVEL level);
extern void set_output_file(std::string filename);
extern void set_output_file(std::string filename);
extern Logger &get_logger_instance();
} // namespace logger