Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 24, 2023
1 parent 3616fcf commit ff73b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/benders/factories/include/LoggerFactories.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class MathLoggerFactory {
auto math_logger_file =
std::make_shared<MathLoggerFile>(method, math_logs_file_path);
math_Logger_driver.add_logger(math_logger_file);
}

if (console_log) {
auto math_Logger_ostream = std::make_shared<MathLoggerOstream>(method);
Expand Down

0 comments on commit ff73b89

Please sign in to comment.