Hi There...
Inspired by:
NServiceBus.Configure.With().Log4Net(a => a.YourProperty = "value");
I want to use something similar as configuration, suggestions are welcome. My biggest problem is that I can't quite figure out how to use the parameter input...
What exactly is going on here? NServiceBus uses Log4Net, as instance? set with YourProperty = value?
Please abstract from the NServiceBus etc. I've just provided that as foundation for the discussion.