AL.Sharepoint.Core.Log.DiagnosticLog.Info C# (CSharp) Метод

Info() публичный статический Метод

public static Info ( string methodName, string errorMessage ) : void
methodName string
errorMessage string
Результат void
        public static void Info(string methodName, string errorMessage)
        {
            SPDiagnosticsCategory category = LogService.Areas[ProductName].Categories[InfoCategory];
            LogService.WriteTrace(0, category, TraceSeverity.Verbose, methodName + "::" + errorMessage);
        }