mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #585, new log category
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user