AL.Sharepoint.Core.Log.DiagnosticLog.Info C# (CSharp) Méthode

Info() public static méthode

public static Info ( string methodName, string errorMessage ) : void
methodName string
errorMessage string
Résultat void
        public static void Info(string methodName, string errorMessage)
        {
            SPDiagnosticsCategory category = LogService.Areas[ProductName].Categories[InfoCategory];
            LogService.WriteTrace(0, category, TraceSeverity.Verbose, methodName + "::" + errorMessage);
        }