Ref T304, "no throw" JSON functions

This commit is contained in:
Klaus Basan
2018-08-12 19:14:31 +02:00
parent cfbc0d4c35
commit 30ba404043
7 changed files with 65 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ namespace BlackMisc
{ "driver", exactMatch(CLogCategory::driver()) },
{ "flight plan", exactMatch(CLogCategory::flightPlan()) },
{ "interpolator", exactMatch(CLogCategory::interpolator()) },
{ "JSON (conversion)", exactMatch(CLogCategory::json()) },
{ "model cache", exactMatch(CLogCategory::modelCache()) },
{ "model GUI", exactMatch(CLogCategory::modelGui()) },
{ "model loader", exactMatch(CLogCategory::modelLoader()) },