Re: {registry} renderer
Ok, I know now what was the problem. The separator of the subkeys must be "\\" or "/", otherwise the renderer won't work.
fileName="${registry:key=HKLM/SOFTWARE/HH/Server:value=LogPath:defaultValue=d\:/temp}\log.txt"/>
It is strange because otherwise in the filename fields in the config you can use a single "\" char as directory separator.
Good luck!
|