SharePoint Logging and Microsoft’s Trace Log Provider
Microsoft has a posted example of how to log to the Trace Log here. So how does one use this in their application? The below code is how I plugged it into our SharePoint development framework. I’d love to hear how you are using it. Step 1: I modified the Microsoft’s TraceProvider’s RegisterTraceProvider and UnregisterTraceProvider… Read More »