mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Log. category for wizard added
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7b6337e6ad
commit
88f9a4d04a
@@ -166,6 +166,13 @@ namespace BlackMisc
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Wizard
|
||||
static const CLogCategory &wizard()
|
||||
{
|
||||
static const CLogCategory cat { "swift.wizard" };
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Background task
|
||||
static const CLogCategory &worker()
|
||||
{
|
||||
@@ -254,6 +261,7 @@ namespace BlackMisc
|
||||
vatsimSpecific(),
|
||||
verification(),
|
||||
webservice(),
|
||||
wizard(),
|
||||
worker()
|
||||
};
|
||||
return cats;
|
||||
|
||||
Reference in New Issue
Block a user