Log.category for FSD and minor style changes

This commit is contained in:
Klaus Basan
2019-12-31 13:49:29 +01:00
committed by Mat Sutcliffe
parent 0777d048c6
commit f8e8318902
6 changed files with 38 additions and 5 deletions

View File

@@ -270,6 +270,13 @@ namespace BlackMisc
return cat;
}
//! FSD specific
static const CLogCategory &fsd()
{
static const CLogCategory cat { "swift.fsd" };
return cat;
}
//! Aviation specific
static const CLogCategory &aviation()
{
@@ -294,6 +301,7 @@ namespace BlackMisc
download(),
driver(),
flightPlan(),
fsd(),
guiComponent(),
interpolator(),
json(),