NebulaLogger icon indicating copy to clipboard operation
NebulaLogger copied to clipboard

Add support for logging Map<Id, SObject>

Open jongpie opened this issue 4 years ago • 1 comments

Discussed in https://github.com/jongpie/NebulaLogger/discussions/221

Originally posted by mmakara2021 October 7, 2021 Hello curently I was not able to figure out how to log Set and Map in apex code. Yes there some king of workaround?

thanks

jongpie avatar Oct 08 '21 02:10 jongpie

Due to some Apex limitations, I'm not going to implement support for logging Set<SObject> as there's no way to support it properly - code like Set<SObject> someSet = new Set<Account>(); is not supported in Apex, which prevents there from being a generic way of using SObject as parameter methods

jongpie avatar Aug 29 '22 03:08 jongpie

Closed in #452 and released in v4.9.11

jongpie avatar Mar 15 '23 03:03 jongpie