SharePoint create a custom Logger for your application
Logging is always a subject which everybody wants but not does. [sourcecode language=”csharp”] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.SharePoint.Administration; […]