5 #ifndef vtkLogRecorder_h
6 #define vtkLogRecorder_h
9 #include "vtkPVVTKExtensionsCoreModule.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