MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / initialize

Method initialize

base/poco/Util/src/LoggingSubsystem.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44void LoggingSubsystem::initialize(Application& app)
45{
46 LoggingConfigurator configurator;
47 configurator.configure(&app.config());
48 std::string logger = app.config().getString("application.logger", "Application");
49 app.setLogger(Logger::get(logger));
50}
51
52
53void LoggingSubsystem::uninitialize()

Callers

nothing calls this directly

Calls 5

getFunction · 0.50
configureMethod · 0.45
configMethod · 0.45
getStringMethod · 0.45
setLoggerMethod · 0.45

Tested by

no test coverage detected