Tag Archives: Logging

SPRequest ULS Entries

The SharePoint ULS logs always report objects not being explicitly disposed of, even for some of the SharePoint object model calls, although these are supposedly false positives. Now, not all entries that are flagged will be issues, but initially there’s … Continue reading

Posted in SharePoint | Tagged , , | Leave a comment

Unified Logging Service Class

Looking for a simple class to add the ability to write to the Unified Logging Service (ULS) for your SharePoint 2010 project? Then the following should provide a good starting point for you. Full source code for this example is … Continue reading

Posted in SharePoint | Tagged , , | Leave a comment