Skip to content
Snippets Groups Projects

algo: Replace fairlogger with flesnet_logging.

Merged Felix Weiglhofer requested to merge fweig/cbmroot:dev-online-mr1 into master
Files
2
@@ -18,7 +18,7 @@ namespace cbm::algo
void Begin(size_t align)
{
fAlign = align;
fSS = {};
fSS = std::stringstream();
}
void Title(std::string_view title) { fSS << fmt::format("{:<{}}\n", title, fAlign); }
Loading