Пример #1
0
 public void TraceToDeveloper(string message, Microsoft.SharePoint.Administration.TraceSeverity severity)
 {
 }
Пример #2
0
 public void TraceToDeveloper(Exception exception, string additionalMessage, int eventId, Microsoft.SharePoint.Administration.TraceSeverity severity, string category)
 {
 }
Пример #3
0
 public void TraceToDeveloper(string message, int eventId, Microsoft.SharePoint.Administration.TraceSeverity severity, string category)
 {
 }
Пример #4
0
 /// <summary>
 /// Writes information about an exception into the log, don't use from sandbox.
 /// </summary>
 /// <param name="exception">The exception to write into the log.</param>
 /// <param name="eventId">The eventId that corresponds to the event.</param>
 /// <param name="severity">The severity of the exception.</param>
 /// <param name="category">The category to write the message to.</param>
 public void TraceToDeveloper(Exception exception, int eventId, Microsoft.SharePoint.Administration.TraceSeverity severity, string category)
 {
     m_logger.TraceToDeveloper(exception, eventId, severity, category);
 }