Skip to content
Snippets Groups Projects
Commit 1f51a1be authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

imagefusion: Add single threaded logging macros

The new macros `SPDLOG_SINGLE_...` and `SPDLOG_SINGLE_LOGGER...` have an
OpenMP single section, so the logging call is only called by one of the
threads. This avoids logging the same message multiple times.
parent f64408c9
Branches
No related tags found
No related merge requests found
Showing with 225 additions and 189 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment