refs #613, logging for model matching

This commit is contained in:
Klaus Basan
2016-03-07 23:28:09 +01:00
committed by Mathew Sutcliffe
parent c36028ca9c
commit 3083f30576
3 changed files with 30 additions and 8 deletions

View File

@@ -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;