If you give some string as the first arg to @info you’ll end up with
julia> @info "" message
┌ Info:
└ message = "hi"
which might be what you’re looking for?
If you give some string as the first arg to @info you’ll end up with
julia> @info "" message
┌ Info:
└ message = "hi"
which might be what you’re looking for?