This MR adds support for logging of verbose message, as
gtError().verbose() << "This verbose error should must appear";
Depending on the verbosity of the logger, the message will either be logged or not. For more information, look at the tests.
@jensschmeink I tested it also against gtlab core, which works as expected. Note, that the GTLabLogging.dll needs to be copied to GTLab's dll directory, otherwise you'll get an error.
Note, i also fixes many cppcheck issues. If you want to review the verbose() related stuff, just look at the first commit.
In GitLab by @rainman110 on Oct 20, 2022, 14:59
Merges 29-verbose-option-for-the-logging-system-2 -> master
This MR adds support for logging of verbose message, as
Depending on the verbosity of the logger, the message will either be logged or not. For more information, look at the tests.
@jensschmeink I tested it also against gtlab core, which works as expected. Note, that the GTLabLogging.dll needs to be copied to GTLab's dll directory, otherwise you'll get an error.
Note, i also fixes many cppcheck issues. If you want to review the verbose() related stuff, just look at the first commit.
Closes #29