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)
52
Log.
LogError
("CMake File API reply directory does not exist: {0}", replyDir);
60
Log.
LogError
("No CMake File API index files found.");
78
Log.
LogError
("No 'codemodel-v2' found in File API index reply.");
85
Log.
LogError
("Codemodel file not found: {0}", codeModelFile);
96
Log.
LogError
("Failed to deserialize codemodel.");
112
Log.
LogError
("Configuration '{0}' not found in CMake File API response.", Configuration);
120
Log.
LogError
("Configuration '{0}' has no directories or targets.", Configuration);
141
Log.
LogError
("Source directory '{0}' not found in CMake File API response.", SourceDirectory);