NebulaLogger
NebulaLogger copied to clipboard
Add support for logging Map<Id, SObject>
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
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
Closed in #452 and released in v4.9.11