Log file is not created
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using namespace "Microsoft.Practices.EnterpriseLibrary.Logging" to create my application log. My app.config file looks like this:
I gave log file name as "C:\Data\Logs\SRM\SRMService.log". Now SRM folder is being created, but SRMService.log file is not being created. Please tell me where I am going wrong? Thanks SRM