Skip to content

Updated Logging Level Emojis

Compare
Choose a tag to compare
@jongpie jongpie released this 18 Apr 02:59
· 10 commits to main since this release
fcb3b43

Thanks to @twentyTwo for suggesting & implementing these changes, and thanks to @PawelWozniak for the feedback!

Core Unlocked Package Changes

  • Closed #665 in PR #672 by updating the formula field LogEntry__c.LoggingLevelWithImage__c to use different emojis for every logging level to make it easier to visually distinguish between them. Previously, the same emoji was used for DEBUG, FINE, FINER, and FINEST. The new list of emojis used are:
    • ERROR => ⛔
    • WARN => ⚠️
    • DEBUG => 🐞
    • INFO => ℹ️
    • FINE => 👍
    • FINER => 👌
    • FINEST => 🌟

Installation Info

Core Unlocked Package - no namespace

Full Changelog: v4.13.8...v4.13.9