Is it possible to use "variables" in the NLog.config configuration NLog.config to get values ββfrom some C # code?
The reason I want to use the "variable" is to get the password (which I use to register information in my database) previously entered by the user in the form of a window.
Otiel source share