refs #576, logging

* log category
* fixed join for status message
This commit is contained in:
Klaus Basan
2016-01-23 02:18:56 +01:00
parent de4b07dc32
commit 394edc67a0
3 changed files with 10 additions and 1 deletions

View File

@@ -85,6 +85,13 @@ namespace BlackMisc
return cat;
}
//! Mapping
static const CLogCategory &mapping()
{
static const CLogCategory cat { "swift.mapping" };
return cat;
}
//! Webservice with swift DB
static const CLogCategory &swiftDbWebservice()
{
@@ -105,6 +112,7 @@ namespace BlackMisc
guiComponent(),
download(),
webservice(),
mapping(),
swiftDbWebservice(),
};
return cats;