Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This log level is used to set the verbosity of the participants when logging information.

Log levelDescription
0Do not log anything (e.g. for performance reasons)
1 (default)Only log critical failures
2Also log less relevant error messages
3Also log any other message of lesser relevance

For each logged message, the log level can be set programatically (in C++, using the cpm library). The message is only logged if its own log level is higher than or equal to the system-wide log level.