mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +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;
|
return cat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//! Wizard
|
||||||
|
static const CLogCategory &wizard()
|
||||||
|
{
|
||||||
|
static const CLogCategory cat { "swift.wizard" };
|
||||||
|
return cat;
|
||||||
|
}
|
||||||
|
|
||||||
//! Background task
|
//! Background task
|
||||||
static const CLogCategory &worker()
|
static const CLogCategory &worker()
|
||||||
{
|
{
|
||||||
@@ -254,6 +261,7 @@ namespace BlackMisc
|
|||||||
vatsimSpecific(),
|
vatsimSpecific(),
|
||||||
verification(),
|
verification(),
|
||||||
webservice(),
|
webservice(),
|
||||||
|
wizard(),
|
||||||
worker()
|
worker()
|
||||||
};
|
};
|
||||||
return cats;
|
return cats;
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ namespace BlackMisc
|
|||||||
{ "cache", exactMatch(CLogCategory::cache()) },
|
{ "cache", exactMatch(CLogCategory::cache()) },
|
||||||
{ "driver", exactMatch(CLogCategory::driver()) },
|
{ "driver", exactMatch(CLogCategory::driver()) },
|
||||||
{ "plugin", exactMatch(CLogCategory::plugin()) },
|
{ "plugin", exactMatch(CLogCategory::plugin()) },
|
||||||
|
{ "wizard", exactMatch(CLogCategory::wizard()) },
|
||||||
{ "background task", exactMatch(CLogCategory::worker()) },
|
{ "background task", exactMatch(CLogCategory::worker()) },
|
||||||
{ "model mapping", exactMatch(CLogCategory::mapping()) },
|
{ "model mapping", exactMatch(CLogCategory::mapping()) },
|
||||||
{ "model matching", exactMatch(CLogCategory::matching()) },
|
{ "model matching", exactMatch(CLogCategory::matching()) },
|
||||||
|
|||||||
Reference in New Issue
Block a user