CppTools: Encode more information in log file of CppCodeModelInspector

Among others the timestamp and if provided, some extra id.

Change-Id: I017c2af197023347c88f2547e7bda8f22b3d00c4
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2014-03-17 09:45:07 -03:00
parent b5f8309610
commit fd5de10f2f
4 changed files with 24 additions and 14 deletions

View File

@@ -64,7 +64,8 @@ struct CPPTOOLS_EXPORT Utils
class CPPTOOLS_EXPORT Dumper
{
public:
explicit Dumper(const CPlusPlus::Snapshot &globalSnapshot);
explicit Dumper(const CPlusPlus::Snapshot &globalSnapshot,
const QString &logFileId = QString());
~Dumper();
void dumpProjectInfos(const QList<CppTools::CppModelManagerInterface::ProjectInfo> &projectInfos);