ULS Logger

A class library to assist your SharePoint projects logging to the ULS
Download

ULS Logger Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Ms-PL
  • Publisher Name:
  • Ryan L Miller
  • Operating Systems:
  • Windows All
  • File Size:
  • 83 KB

ULS Logger Tags


ULS Logger Description

ULS Logger was developed to be a class library to assist your SharePoint projects logging to the ULS. This is wrapped in a .wsp solution and is an installable feature. This project makes use of a TraceProvider class that was ripped directly from the WSS SDK trace provider example. The ULS class was modeled after a class within the community kit . When you're developing, you can just add a reference to the .dll in your project. On your SharePoint server you can deploy the .dll using the solution file or just drop the .dll in the GAC. There are 3 public static methods available in the ULS class here. So far they've covered all my needs, but let me know if you find a regular use for another method. static void LogMessage(string source, string message, string category, TraceProvider.TraceSeverity severity) static void LogError(string source, string errorMessage, string errorCategory) static void LogError(string source, Exception ex)


ULS Logger Related Software