mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Ref T304, "no throw" JSON functions
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user