Essential.Diagnostics contains additional trace listeners, filters and utility classes for the .NET Framework System.Diagnostics trace logging. Included are colored console, SQL database, rolling file, Seq logging server, and in-memory trace listeners, expression filters, activity and logical operation scopes, and configuration file monitoring.
I have logging for my Wcf service using Essential Diagnostics. If i dont give file path in "initializeData", its getting created inside "C:\Windows\System32\inetsrv". is there a way to create in the application root folder?
I have logging for my Wcf service using Essential Diagnostics. If i dont give file path in "initializeData", its getting created inside "C:\Windows\System32\inetsrv". is there a way to create in the application root folder?