3
votes
Get the full file name(s) of the actual log file(s)
After some critical errors within my application, i like to send an email to the help desk.
Within the body, there should be a link to the actual log file in progress.
Therefore i need a property (perhaps ActualLogFiles – an IEnumerable) on the session, containing this/these filename(s).
