MCPcopy Create free account
hub / github.com/Kitware/VTK / SetLogVerbosity

Method SetLogVerbosity

Utilities/PythonInterpreter/vtkPythonInterpreter.cxx:957–960  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

955
956//------------------------------------------------------------------------------
957void vtkPythonInterpreter::SetLogVerbosity(int val)
958{
959 vtkPythonInterpreter::LogVerbosity = vtkLogger::ConvertToVerbosity(val);
960}
961
962//------------------------------------------------------------------------------
963int vtkPythonInterpreter::GetLogVerbosity()

Callers 2

PrependPythonPathMethod · 0.80
TestResourceFileLocatorFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestResourceFileLocatorFunction · 0.64