18 references to Log
Microsoft.Build.Tasks.Core (18)
Exec.cs (13)
150
Log
.LogErrorWithCodeFromResources("General.InvalidValue", "StdOutEncoding", "Exec");
171
Log
.LogErrorWithCodeFromResources("General.InvalidValue", "StdErrEncoding", "Exec");
318
Log
.LogMessageFromResources(MessageImportance.Normal, "Exec.CommandFailedNoErrorCode", Command, ExitCode);
327
Log
.LogErrorWithCodeFromResources("Exec.CommandFailedAccessDenied", commandForLog, ExitCode);
331
Log
.LogErrorWithCodeFromResources("Exec.CommandExitedZeroWithErrors", commandForLog);
335
Log
.LogErrorWithCodeFromResources("Exec.CommandFailed", commandForLog, ExitCode);
379
Log
.LogError(singleLine);
383
Log
.LogWarning(singleLine);
389
Log
.LogMessage(messageImportance, singleLine, null);
394
Log
.LogMessageFromText(singleLine, messageImportance);
432
Log
.LogErrorWithCodeFromResources("Exec.InvalidRegex", regularExpression, ex.Message);
457
Log
.LogErrorWithCodeFromResources("Exec.MissingCommandError");
474
Log
.LogErrorWithCodeFromResources(
LC.cs (2)
105
Log
.LogErrorWithCodeFromResources("TaskRequiresFrameworkFailure", nameof(LC));
144
Log
,
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
138
Log
.LogMessageFromText(message, StandardOutputImportanceToUse);
SGen.cs (1)
121
Log
.LogErrorWithCodeFromResources("SGen.TaskNotSupported", nameof(SGen));
ToolTaskExtension.cs (1)
54
protected override bool HasLoggedErrors =>
Log
.HasLoggedErrors || base.HasLoggedErrors;