Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Where to find event log in wcf-wcf?


Asked by Leonardo Morse on Dec 14, 2021 FAQ



To launch this tool, click Start, click Control Panel, double-click Administrative Tools, and then double-click Event Viewer. The Application Event Log contains most of the events generated by WCF. Most of the entries indicate that a particular feature failed to start up for an application. Examples include:
Keeping this in consideration,
The Application Event Log contains most of the events generated by WCF. Most of the entries indicate that a particular feature failed to start up for an application. Examples include: Message Logging/tracing: WCF writes an event to the event log when trace and message logging fails.
Consequently, Open the Event Viewer application. Before invoking the service, start Event Viewer and ensure that the event log is listening for tracking events emitted from the WCF service. From the Start menu, select Administrative Tools, and then Event Viewer.
Besides,
Run the WCF test client (WcfTestClient.exe). The WCF test client (WcfTestClient.exe) is located at \<Visual Studio Install Dir>\Common7\IDE\WcfTestClient.exe. Within the WCF test client, add the service by selecting File, and then Add Service.
Also Know,
However, not every trace failure triggers an event. To prevent the event log from being completely filled with traces failures, WCF implements a 10 minute blackout period for such an event. This means that if WCF writes a trace failure to the event log, it will not do so again for at least 10 minutes.