mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #613, logging for model matching
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c36028ca9c
commit
3083f30576
@@ -99,6 +99,13 @@ namespace BlackMisc
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Matching
|
||||
static const CLogCategory &matching()
|
||||
{
|
||||
static const CLogCategory cat { "swift.matching" };
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Webservice with swift DB
|
||||
static const CLogCategory &swiftDbWebservice()
|
||||
{
|
||||
@@ -121,6 +128,7 @@ namespace BlackMisc
|
||||
download(),
|
||||
webservice(),
|
||||
mapping(),
|
||||
matching(),
|
||||
swiftDbWebservice(),
|
||||
};
|
||||
return cats;
|
||||
|
||||
Reference in New Issue
Block a user