Base:
property
StandardOutputLoggingImportance
Microsoft.Build.Utilities.ToolTask.StandardOutputLoggingImportance
8 references to StandardOutputLoggingImportance
Microsoft.NET.Sdk.Razor.Tasks (8)
DotnetToolTask.cs (8)
147Log.LogMessage(StandardOutputLoggingImportance, "Server execution started."); 150Log.LogMessage(StandardOutputLoggingImportance, $"CommandLine = '{commandLineCommands}'"); 151Log.LogMessage(StandardOutputLoggingImportance, $"ServerResponseFile = '{responseFileCommands}'"); 176Log.LogMessage(StandardOutputLoggingImportance, $"Server execution completed with return code {result}."); 193Log.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."); 209Log.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."); 216StandardOutputLoggingImportance, 228Log.LogMessage(StandardOutputLoggingImportance, "Fallback to in-process execution.");