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)
443
_host.
Log
.LogMessage(strMsg);
503
_host.
Log
.LogError(strMsg);
506
_host.
Log
.LogWarning(strMsg);
509
_host.
Log
.LogMessageFromText(strMsg, messageImportance);
548
_host.
Log
.LogMessage(strMsg);