Skip to content

Instantly share code, notes, and snippets.

@mdnmdn
Created March 12, 2014 08:46
Show Gist options
  • Save mdnmdn/9503161 to your computer and use it in GitHub Desktop.
Save mdnmdn/9503161 to your computer and use it in GitHub Desktop.
Sharepoint log on ULS
SPDiagnosticsService.Local.WriteTrace(0,
new SPDiagnosticsCategory(this.NamingContainer.ToString(),
TraceSeverity.Unexpected,
EventSeverity.Error),
TraceSeverity.Unexpected,
ex.Message,
ex.StackTrace);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment