| 
    VTK
    9.3.0
    
   | 
 
The message structure that is passed to custom callbacks registered using vtkLogger::AddCallback.  
 More...
#include <vtkLogger.h>
Public Attributes | |
| Verbosity | verbosity | 
| const char * | filename | 
| unsigned | line | 
| const char * | preamble | 
| const char * | indentation | 
| const char * | prefix | 
| const char * | message | 
The message structure that is passed to custom callbacks registered using vtkLogger::AddCallback. 
Definition at line 307 of file vtkLogger.h.
| Verbosity vtkLogger::Message::verbosity | 
Definition at line 311 of file vtkLogger.h.
| const char* vtkLogger::Message::filename | 
Definition at line 312 of file vtkLogger.h.
| unsigned vtkLogger::Message::line | 
Definition at line 313 of file vtkLogger.h.
| const char* vtkLogger::Message::preamble | 
Definition at line 314 of file vtkLogger.h.
| const char* vtkLogger::Message::indentation | 
Definition at line 315 of file vtkLogger.h.
| const char* vtkLogger::Message::prefix | 
Definition at line 316 of file vtkLogger.h.
| const char* vtkLogger::Message::message | 
Definition at line 317 of file vtkLogger.h.