As the title implies how can I create a new log file for each application run ? I know how to do it for minute/hour/etc. but not for app. run
There is what I have fo
See https://github.com/NLog/NLog/blob/master/tests/NLog.UnitTests/LayoutRenderers/Wrappers/CachedTests.cs for an example of how to use the Cached layout renderer.
Basically it can be used like this:
${cached:${variable}:cached=true}