Cant see output to Event log with log4net EventLogAppender.
-
Hi Guys, I want to write to event log with log4net eventlogappender, but could not get the output in event log. Below is my code snippets
Creating root
I use to get IsErrorEnabled as true, but cant see the output. I think I am missing Source, but there is no property to set the source. Pls let me know, if I miss any properties. thanx in advance.
Thanks, Chintan(India)
-
Hi Guys, I want to write to event log with log4net eventlogappender, but could not get the output in event log. Below is my code snippets
Creating root
I use to get IsErrorEnabled as true, but cant see the output. I think I am missing Source, but there is no property to set the source. Pls let me know, if I miss any properties. thanx in advance.
Thanks, Chintan(India)
Do you have enough permissions to write to event log?
-
Do you have enough permissions to write to event log?
Hi Giorgi, Yes, I have full admin permission. I try the same with .NET EventLog class which was working fine...
Thanks, Chintan(India)