Implemented interface member:
method
LogError
Microsoft.DotNet.Build.Tasks.ILog.LogError(System.String, params System.Object[])
8 references to LogError
Microsoft.DotNet.CMake.Sdk (8)
src\GetCMakeArtifactsFromFileApi.cs (8)
52Log.LogError("CMake File API reply directory does not exist: {0}", replyDir); 60Log.LogError("No CMake File API index files found."); 78Log.LogError("No 'codemodel-v2' found in File API index reply."); 85Log.LogError("Codemodel file not found: {0}", codeModelFile); 96Log.LogError("Failed to deserialize codemodel."); 112Log.LogError("Configuration '{0}' not found in CMake File API response.", Configuration); 120Log.LogError("Configuration '{0}' has no directories or targets.", Configuration); 141Log.LogError("Source directory '{0}' not found in CMake File API response.", SourceDirectory);