MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / init_logging

Method init_logging

cpp/dolfinx/common/log.cpp:12–17  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

10
11//-----------------------------------------------------------------------------
12void dolfinx::init_logging(int argc, char* argv[])
13{
14 // Initialise to level::warn, can be overridden later
15 spdlog::set_level(spdlog::level::warn);
16 spdlog::cfg::load_argv_levels(argc, argv);
17}
18//-----------------------------------------------------------------------------

Callers 1

__init__.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected