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

@@ -208,6 +208,13 @@ namespace BlackMisc
return cat;
}
//! JSON and JSON conversions
static const CLogCategory &json()
{
static const CLogCategory cat { "swift.json" };
return cat;
}
//! Startup of application
static const CLogCategory &startup()
{
@@ -271,7 +278,10 @@ namespace BlackMisc
dataInconsistency(),
download(),
driver(),
flightPlan(),
guiComponent(),
interpolator(),
json(),
mapping(),
matching(),
modelLoader(),