Base:
property
StandardOutputLoggingImportance
Microsoft.Build.Utilities.ToolTask.StandardOutputLoggingImportance
8 references to StandardOutputLoggingImportance
Microsoft.NET.Sdk.Razor.Tasks (8)
DotnetToolTask.cs (8)
147
Log.LogMessage(
StandardOutputLoggingImportance
, "Server execution started.");
150
Log.LogMessage(
StandardOutputLoggingImportance
, $"CommandLine = '{commandLineCommands}'");
151
Log.LogMessage(
StandardOutputLoggingImportance
, $"ServerResponseFile = '{responseFileCommands}'");
176
Log.LogMessage(
StandardOutputLoggingImportance
, $"Server execution completed with return code {result}.");
193
Log.LogMessage(
StandardOutputLoggingImportance
, $"Server execution completed with return code {result}. For more info, check the server log file in the location specified by the RAZORBUILDSERVER_LOG environment variable.");
209
Log.LogMessage(
StandardOutputLoggingImportance
, $"Server execution completed with return code {result}. For more info, check the server log file in the location specified by the RAZORBUILDSERVER_LOG environment variable.");
216
StandardOutputLoggingImportance
,
228
Log.LogMessage(
StandardOutputLoggingImportance
, "Fallback to in-process execution.");