refs #585, new log category

This commit is contained in:
Klaus Basan
2016-06-09 00:45:08 +02:00
parent 993a0ebbe9
commit 2c3b8f32f0

View File

@@ -110,6 +110,13 @@ namespace BlackMisc
return cat;
}
//! Settings
static const CLogCategory &settings()
{
static const CLogCategory cat { "swift.settings" };
return cat;
}
//! Startup of application
static const CLogCategory &startup()
{
@@ -146,6 +153,7 @@ namespace BlackMisc
matching(),
swiftDbWebservice(),
services(),
settings(),
startup(),
validation(),
vatsimSpecific(),