Annotating all logs within a custom runtime

How to annotate all logs within a custom created runtime?
I'd like to add some common annotations to all effects in order to not specify it everywhere and those annotations must be attached in Layers constructors as well.

I've solved this problem using this code, but I don't quite understand how it works and why 🙂
Was this page helpful?