Better Console Log Messages

I saw this in a WWDC 20 video (although I don't recall which one). So obvious but had never occurred to me:

Use Emoji to highlight debug messages in your console!

if daysOfWeek.count == 0 {
    print("🔴 No days found in array")
}