mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Added with() and withValidation() methods in CLogCategoryList.
This commit is contained in:
@@ -708,10 +708,10 @@ namespace BlackCore
|
||||
|
||||
const CLogCategoryList &CDatabaseReader::getLogCategories()
|
||||
{
|
||||
static const BlackMisc::CLogCategoryList cats
|
||||
(
|
||||
CThreadedReader::getLogCategories().join({ CLogCategory::swiftDbWebservice(), CLogCategory::webservice() })
|
||||
);
|
||||
static const CLogCategoryList cats = CThreadedReader::getLogCategories().with(
|
||||
{
|
||||
CLogCategory::swiftDbWebservice(), CLogCategory::webservice()
|
||||
});
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user