1 implementation of Log
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
910
Utilities.TaskLoggingHelper IVsPublishMsBuildTaskHost.
Log
8 references to Log
Microsoft.NET.Sdk.Publish.Tasks (8)
MsDeploy\CommonUtility.cs (3)
1058
host.
Log
.LogErrorFromException(e);
1140
host?.
Log
.LogMessage(msg);
1259
host.
Log
.LogErrorFromException(e);
Tasks\MsDeploy\VsMsdeploy.cs (5)
444
_host.
Log
.LogMessage(strMsg);
504
_host.
Log
.LogError(strMsg);
507
_host.
Log
.LogWarning(strMsg);
510
_host.
Log
.LogMessageFromText(strMsg, messageImportance);
549
_host.
Log
.LogMessage(strMsg);