Emojis in Logging Level not shown in relatedLogEntries LWC
Package Edition of Nebula Logger
Managed Package
Package Version of Nebula Logger
v4.14.0
New Bug Summary
In v.4.14.0 managed package release, LogEntry__c.LoggingLevelWithImage__c field got deprecated in favor of adding the emojis directly into picklist value labels of LogEntry__c.LoggingLevel__c field.
However, these emojis do not show up in the relatedLogEntries LWC - it looks like it's showing picklist value API names instead of labels there.
As seen above, you can still work around this limitation by using a field set with the old LogEntry__c.LoggingLevelWithImage__c field, at least until it gets removed.
@zimny349 thanks for reporting this & apologies for the late response! I might be able to handle this in the LWC's Apex controller so it returns the emojis as well. I'll look into this in the coming weeks.