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)
99
LogError
(location, null, file, messageResourceName, messageArgs);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingServicesLogMethod_Tests.cs (3)
106
service.
LogError
(s_buildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo("foo.cs"), null, "MyTask");
119
service.
LogError
(s_buildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo("foo.cs"), string.Empty, "MyTask");
139
service.
LogError
(s_buildEventContext, subcategoryKey, fileInfo, "FatalTaskError", taskName);