MCPcopy Create free account
hub / github.com/SafeBreach-Labs/PoolParty / InitLogging

Function InitLogging

PoolParty/main.cpp:104–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void InitLogging()
105{
106 logging::add_console_log(
107 std::cout,
108 keywords::format =
109 (
110 logging::expressions::stream
111 << "[" << logging::expressions::attr<logging::trivial::severity_level>("Severity")
112 << "] " << logging::expressions::smessage
113 )
114 );
115
116 logging::core::get()->set_filter(logging::trivial::severity >= logging::trivial::info);
117}
118
119
120int main(int argc, char** argv)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected