Xcode 15 now displays log message in colors. For example, warnings seem to appear in yellow, while standard messages are in white.
I noticed that Swift Log (tutorial) has a color scheme as well:
Do I need to include Swift Log in my iOS app to output messages in color, or is there a built-in method to do so?