Rename formulation structs

This commit is contained in:
2021-05-30 21:45:54 -05:00
parent 7db8d723f7
commit 67cef8b5cd
18 changed files with 62 additions and 69 deletions

View File

@@ -49,6 +49,9 @@ function handle_message(
if level >= logger.screen_log_level
printstyled(time_string, color = color)
println(message)
flush(stdout)
flush(stderr)
Base.Libc.flush_cstdio()
end
if logger.file !== nothing && level >= logger.io_log_level
write(logger.file, time_string)