I am trying to modify an already written Windows service.
I see the source has an System.diagnostic.EventLog object which logs different action of the service.
I am trying to figure out how do i read this log. From semantics it seems that Eventlog is logging several actions of service.
where is this log stored, how can i see it, i need access to it as my service sometimes stop intermittently.
I tried to google it but did not find any solid answers. Putting the questions simply what is an eventlong and how do i use it.