MCPcopy Create free account
hub / github.com/Kitware/CMake / LogError

Method LogError

Source/cmQtAutoGenerator.cxx:387–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387bool cmQtAutoGenerator::InfoT::LogError(GenT genType,
388 cm::string_view message) const
389{
390 this->Gen_.Log().Error(genType,
391 cmStrCat("Info error in info file\n",
392 Quoted(this->Gen_.InfoFile()), ":\n",
393 message));
394 return false;
395}
396
397bool cmQtAutoGenerator::InfoT::LogError(cm::string_view message) const
398{

Callers 6

GetStringMethod · 0.95
GetStringConfigMethod · 0.95
GetBoolMethod · 0.95
GetUIntMethod · 0.95
GetArrayMethod · 0.95
GetArrayConfigMethod · 0.95

Calls 3

cmStrCatFunction · 0.70
ErrorMethod · 0.45
LogMethod · 0.45

Tested by

no test coverage detected