Skip to content

Add a no-arg version of vtkLogger::Init, and sanitize inputs.

Allison Vacanti requested to merge allisonvacanti/vtk:logger_noarg_init into master

loguru::init expects a valid argc/argv. This fixes an issue in the test driver where previous argument parsing removed all arguments.

Merge request reports