mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
* changed signals in setup reader * explicit mode is default * detailed information what is loaded * new log pattern * allow to add message list to log component * allow to clear cache by cmd line arg * consolidated cmd names
This commit is contained in:
@@ -106,6 +106,13 @@ namespace BlackMisc
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Startup of application
|
||||
static const CLogCategory &startup()
|
||||
{
|
||||
static const CLogCategory cat { "swift.startup" };
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Webservice with swift DB
|
||||
static const CLogCategory &swiftDbWebservice()
|
||||
{
|
||||
@@ -135,6 +142,7 @@ namespace BlackMisc
|
||||
matching(),
|
||||
swiftDbWebservice(),
|
||||
services(),
|
||||
startup(),
|
||||
validation(),
|
||||
vatsimSpecific(),
|
||||
verification(),
|
||||
|
||||
Reference in New Issue
Block a user