You can get this behaviour (similar to the REPL) by calling
using Logging
global_logger(ConsoleLogger())
sometime before you execute @info
.
You can get this behaviour (similar to the REPL) by calling
using Logging
global_logger(ConsoleLogger())
sometime before you execute @info
.