The logger factory is not initialized yet

almost forgot about this one…

we had a chat in matrix about it yet and here’s a way to reproduce it:

  1. clone https://github.com/schnellebuntebilder/VL.XmlModule (4377ab9, current head)
  2. open the helppatch HowTo Xml module.vl
  3. in VL.XmlModule.vl, navigate to XmlBinding (Generic Internal)<T1>
  4. Add a Log node like so:
  5. Press F9

p.s.:
I think/guess the error only pops up when the Log is created in the ForEach (Reactive) region.