mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-07 08:48:51 -06:00
Rename formulation structs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user