NameSpace: using Microsoft.SharePoint.Administration;
SPDiagnosticsService.Local.WriteTrace(0, new SPDiagnosticsCategory("My Custom category", TraceSeverity.Unexpected, EventSeverity.Error), TraceSeverity.Unexpected, ex.Message + ex.StackTrace, null);
SPDiagnosticsService.Local.WriteTrace(0, new SPDiagnosticsCategory("My Custom category", TraceSeverity.Unexpected, EventSeverity.Error), TraceSeverity.Unexpected, ex.Message + ex.StackTrace, null);
No comments:
Post a Comment