19 references to Log
Microsoft.DotNet.CMake.Sdk (19)
src\CreateCMakeFileApiQuery.cs (2)
36
Log
.LogMessage(LogImportance.Low, "Created CMake File API query at: {0}", queryFile);
42
Log
.LogErrorFromException(ex, showStackTrace: false);
src\GetCMakeArtifactsFromFileApi.cs (17)
52
Log
.LogError("CMake File API reply directory does not exist: {0}", replyDir);
60
Log
.LogError("No CMake File API index files found.");
65
Log
.LogMessage(LogImportance.Low, "Reading CMake File API index: {0}", indexFile);
78
Log
.LogError("No 'codemodel-v2' found in File API index reply.");
85
Log
.LogError("Codemodel file not found: {0}", codeModelFile);
89
Log
.LogMessage(LogImportance.Low, "Reading codemodel: {0}", codeModelFile);
96
Log
.LogError("Failed to deserialize codemodel.");
112
Log
.LogError("Configuration '{0}' not found in CMake File API response.", Configuration);
116
Log
.LogMessage(LogImportance.Low, "Found configuration: {0}", 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);
145
Log
.LogMessage(LogImportance.Low, "Found matching directory: {0}", SourceDirectory);
171
Log
.LogMessage(LogImportance.Low, "Reading target file: {0}", targetFile);
190
Log
.LogMessage(LogImportance.Low, "Found artifact: {0}", fullPath);
199
Log
.LogWarning("No artifacts found for source directory '{0}' in configuration '{1}'.", SourceDirectory, Configuration);
203
Log
.LogMessage(LogImportance.Normal, "Found {0} artifact(s) for source directory '{1}' in configuration '{2}'", Artifacts.Length, SourceDirectory, Configuration);
209
Log
.LogErrorFromException(ex, showStackTrace: false);