Implemented interface member:
method
LogError
Microsoft.Build.BackEnd.Logging.ILoggingService.LogError(Microsoft.Build.Framework.BuildEventContext, System.String, Microsoft.Build.Shared.BuildEventFileInfo, System.String, params System.Object[])
4 references to LogError
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
99LogError(location, null, file, messageResourceName, messageArgs);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingServicesLogMethod_Tests.cs (3)
106service.LogError(s_buildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo("foo.cs"), null, "MyTask"); 119service.LogError(s_buildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo("foo.cs"), string.Empty, "MyTask"); 139service.LogError(s_buildEventContext, subcategoryKey, fileInfo, "FatalTaskError", taskName);