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... | |
#define PARAVIEW_LOG_PIPELINE_VERBOSITY | ( | ) | vtkPVLogger::GetPipelineVerbosity() |
Macro to use for verbosity when logging pipeline messages.
Same as calling vtkPVLogger::GetPipelineVerbosity() e.g.
Definition at line 165 of file vtkPVLogger.h.
#define PARAVIEW_LOG_EXECUTION_VERBOSITY | ( | ) | vtkPVLogger::GetExecutionVerbosity() |
Macro to use for verbosity when logging execution messages.
Same as calling vtkPVLogger::GetExecutionVerbosity() e.g.
Definition at line 175 of file vtkPVLogger.h.
#define PARAVIEW_LOG_PLUGIN_VERBOSITY | ( | ) | vtkPVLogger::GetPluginVerbosity() |
Macro to use for verbosity when logging plugin messages.
Same as calling vtkPVLogger::GetPluginVerbosity() e.g.
Definition at line 185 of file vtkPVLogger.h.
#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.
Definition at line 195 of file vtkPVLogger.h.
#define PARAVIEW_LOG_RENDERING_VERBOSITY | ( | ) | vtkPVLogger::GetRenderingVerbosity() |
Macro to use for verbosity when logging rendering messages.
Same as calling vtkPVLogger::GetRenderingVerbosity() e.g.
Definition at line 205 of file vtkPVLogger.h.
#define PARAVIEW_LOG_APPLICATION_VERBOSITY | ( | ) | vtkPVLogger::GetApplicationVerbosity() |
Macro to use for verbosity when logging application messages.
Same as calling vtkPVLogger::GetApplicationVerbosity() e.g.
Definition at line 215 of file vtkPVLogger.h.
#define PARAVIEW_LOG_CATALYST_VERBOSITY | ( | ) | vtkPVLogger::GetCatalystVerbosity() |
Macro to use for verbosity when logging application messages.
Same as calling vtkPVLogger::GetCatalystVerbosity() e.g.
Definition at line 225 of file vtkPVLogger.h.