mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
util: Encapsulate logCategories within BCLog::Logger.
This commit is contained in:
parent
6a6d764ca5
commit
3316a9ebb6
7 changed files with 55 additions and 28 deletions
|
|
@ -60,7 +60,7 @@ class NodeImpl : public Node
|
|||
void initLogging() override { InitLogging(); }
|
||||
void initParameterInteraction() override { InitParameterInteraction(); }
|
||||
std::string getWarnings(const std::string& type) override { return GetWarnings(type); }
|
||||
uint32_t getLogCategories() override { return ::logCategories; }
|
||||
uint32_t getLogCategories() override { return g_logger->GetCategoryMask(); }
|
||||
bool baseInitialize() override
|
||||
{
|
||||
return AppInitBasicSetup() && AppInitParameterInteraction() && AppInitSanityChecks() &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue