5 #ifndef vtkLogRecorder_h 6 #define vtkLogRecorder_h 42 void SetVerbosity(
int verbosity);
43 vtkGetMacro(Verbosity,
int);
51 void SetRankEnabled(
int rank);
52 void SetRankDisabled(
int rank);
58 const std::string& GetLogs()
const;
68 vtkGetMacro(MyRank,
int);
78 void SetCategoryVerbosity(
int categoryIndex,
int verbosity);
83 void ResetCategoryVerbosities();
88 void EnableLoggingCallback();
89 void DisableLoggingCallback();
93 std::string CallbackName;
94 std::string StartingLog;
99 #endif // vtkLogRecorder_h
#define VTKPVVTKEXTENSIONSCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
const std::string & GetStartingLog() const
Get the starting log.
Record log messages at or below a given verbosity on a particular ParaView process/rank.
void operator=(const vtkObjectBase &)