Does anyone know if it\'s possible to access key/values from the appSettings section of a config file from the log4net config section in the same file (without using code)?<
You should work with log4net.Util.PatternString as the file type and refer to the app setting using %appSetting{SETTING}
See code below:
Hope this still helps :)