MCPcopy Create free account
hub / github.com/ElementsProject/elements / LogCategoriesString

Method LogCategoriesString

src/logging.h:234–237  ·  view source on GitHub ↗

Returns a string with the log categories in alphabetical order. */

Source from the content-addressed store, hash-verified

232 std::vector<LogCategory> LogCategoriesList() const;
233 /** Returns a string with the log categories in alphabetical order. */
234 std::string LogCategoriesString() const
235 {
236 return Join(LogCategoriesList(), ", ", [&](const LogCategory& i) { return i.category; });
237 };
238
239 bool DefaultShrinkDebugFile() const;
240 };

Callers 3

AddLoggingArgsFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
loggingFunction · 0.80

Calls 1

JoinFunction · 0.85

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.64