Ref T219, added some log pattern

This commit is contained in:
Klaus Basan
2018-01-07 02:56:59 +01:00
parent ccd3dd5bb5
commit d073f711e3
2 changed files with 17 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ namespace BlackMisc
{ "data inconsistency", exactMatch(CLogCategory::dataInconsistency()) },
{ "downloading data", exactMatch(CLogCategory::download()) },
{ "driver", exactMatch(CLogCategory::driver()) },
{ "flight plan", exactMatch(CLogCategory::flightPlan()) },
{ "interpolator", exactMatch(CLogCategory::interpolator()) },
{ "model cache", exactMatch(CLogCategory::modelCache()) },
{ "model GUI", exactMatch(CLogCategory::modelGui()) },
{ "model loader", exactMatch(CLogCategory::modelLoader()) },