You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was a 1.11+ thing, but JuliaLang/julia#51829 was reverted when ConsoleLogging was moved to Base since printing of Base.AnnotatedStrings isn't in Base, and so this example no longer works.
Hello, I am trying to use StyledStrings with the logging macros (
@info
,@debug
in particular).In the documentation there is this example:
which doesn't seem to apply. I am not able to make it work either. For reference, my local setup:
Is this not supported yet or perhaps just not in Julia 1.10? Thanks in advance.
The text was updated successfully, but these errors were encountered: