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