Classes | Macros
vtkPVLogger.h File Reference
#include "vtkLogger.h"
#include "vtkPVVTKExtensionsCoreModule.h"
Include dependency graph for vtkPVLogger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkPVLogger
 defines various logging categories for ParaView More...
 

Macros

#define PARAVIEW_LOG_PIPELINE_VERBOSITY()   vtkPVLogger::GetPipelineVerbosity()
 Macro to use for verbosity when logging pipeline messages. More...
 
#define PARAVIEW_LOG_EXECUTION_VERBOSITY()   vtkPVLogger::GetExecutionVerbosity()
 Macro to use for verbosity when logging execution messages. More...
 
#define PARAVIEW_LOG_PLUGIN_VERBOSITY()   vtkPVLogger::GetPluginVerbosity()
 Macro to use for verbosity when logging plugin messages. More...
 
#define PARAVIEW_LOG_DATA_MOVEMENT_VERBOSITY()   vtkPVLogger::GetDataMovementVerbosity()
 Macro to use for verbosity when logging data-movement messages. More...
 
#define PARAVIEW_LOG_RENDERING_VERBOSITY()   vtkPVLogger::GetRenderingVerbosity()
 Macro to use for verbosity when logging rendering messages. More...
 
#define PARAVIEW_LOG_APPLICATION_VERBOSITY()   vtkPVLogger::GetApplicationVerbosity()
 Macro to use for verbosity when logging application messages. More...
 
#define PARAVIEW_LOG_CATALYST_VERBOSITY()   vtkPVLogger::GetCatalystVerbosity()
 Macro to use for verbosity when logging application messages. More...
 

Macro Definition Documentation

◆ PARAVIEW_LOG_PIPELINE_VERBOSITY

#define PARAVIEW_LOG_PIPELINE_VERBOSITY ( )    vtkPVLogger::GetPipelineVerbosity()

Macro to use for verbosity when logging pipeline messages.

Same as calling vtkPVLogger::GetPipelineVerbosity() e.g.

vtkVLogF(PARAVIEW_LOG_PIPELINE_VERBOSITY(), "pipeline updated");

Definition at line 177 of file vtkPVLogger.h.

◆ PARAVIEW_LOG_EXECUTION_VERBOSITY

#define PARAVIEW_LOG_EXECUTION_VERBOSITY ( )    vtkPVLogger::GetExecutionVerbosity()

Macro to use for verbosity when logging execution messages.

Same as calling vtkPVLogger::GetExecutionVerbosity() e.g.

vtkVLogF(PARAVIEW_LOG_EXECUTION_VERBOSITY(), "filter executed");

Definition at line 187 of file vtkPVLogger.h.

◆ PARAVIEW_LOG_PLUGIN_VERBOSITY

#define PARAVIEW_LOG_PLUGIN_VERBOSITY ( )    vtkPVLogger::GetPluginVerbosity()

Macro to use for verbosity when logging plugin messages.

Same as calling vtkPVLogger::GetPluginVerbosity() e.g.

vtkVLogF(PARAVIEW_LOG_PLUGIN_VERBOSITY(), "plugin loaded `%s`", name);

Definition at line 197 of file vtkPVLogger.h.

◆ PARAVIEW_LOG_DATA_MOVEMENT_VERBOSITY

#define PARAVIEW_LOG_DATA_MOVEMENT_VERBOSITY ( )    vtkPVLogger::GetDataMovementVerbosity()

Macro to use for verbosity when logging data-movement messages.

Same as calling vtkPVLogger::GetDataMovementVerbosity() e.g.

vtkVLogF(PARAVIEW_LOG_DATA_MOVEMENT_VERBOSITY(), "moving data");

Definition at line 207 of file vtkPVLogger.h.

◆ PARAVIEW_LOG_RENDERING_VERBOSITY

#define PARAVIEW_LOG_RENDERING_VERBOSITY ( )    vtkPVLogger::GetRenderingVerbosity()

Macro to use for verbosity when logging rendering messages.

Same as calling vtkPVLogger::GetRenderingVerbosity() e.g.

vtkVLogF(PARAVIEW_LOG_RENDERING_VERBOSITY(), "still render");

Definition at line 217 of file vtkPVLogger.h.

◆ PARAVIEW_LOG_APPLICATION_VERBOSITY

#define PARAVIEW_LOG_APPLICATION_VERBOSITY ( )    vtkPVLogger::GetApplicationVerbosity()

Macro to use for verbosity when logging application messages.

Same as calling vtkPVLogger::GetApplicationVerbosity() e.g.

vtkVLogF(PARAVIEW_LOG_APPLICATION_VERBOSITY(), "reading config file %s", filename);

Definition at line 227 of file vtkPVLogger.h.

◆ PARAVIEW_LOG_CATALYST_VERBOSITY

#define PARAVIEW_LOG_CATALYST_VERBOSITY ( )    vtkPVLogger::GetCatalystVerbosity()

Macro to use for verbosity when logging application messages.

Same as calling vtkPVLogger::GetCatalystVerbosity() e.g.

vtkVLogF(PARAVIEW_LOG_CATALYST_VERBOSITY(), "reading catalyst config file %s", filename);

Definition at line 237 of file vtkPVLogger.h.