| genre | Inspectors |
| status | stable |
| author | Wolf Spindler |
| package | MeVisLab/Standard |
| dll | MLDiagnosis |
| definition | mlDiagnosis.def |
| see also | MLLogFile, ErrorTest, Info, CoreControl, ModuleView, RuntimeView, CacheView |
| keywords | diagnosis, debugging, messages, log, file, outputting, outstream, information |
The module Console is a simple module containing an output area for all types of messages in the ML.
Some options are available to filter the printing of message fractions and/or messages types.
There is a similar module MLLogFile that writes the same information into a log file.
| Cerrs: Bool | Function Name: Bool | Other: Bool |
| Clear: Trigger | Handling: Bool | Time: Bool |
| Console Output: String | Information: Bool | Warnings: Bool |
| Couts: Bool | Library Prefix: Bool | |
| Debug Infos: Bool | Line Number: Bool | |
| Errors: Bool | Message Type: Bool | |
| Fatal Errors: Bool | Messages: Bool | |
| File Name: Bool | Number of KB Text to Show: Integer |
Sets whether information messages should be written into the console.
Sets whether warning messages should be written into the console.
Sets whether error messages should be written into the console.
Sets whether fatal error messages should be written into the console.
Sets whether debug information should be written into the console.
Sets whether std::cout output should be written into the console.
Sets whether std::cerr output should be written into the console.
Sets whether other output should be written into the console.
Enables/disables the writing of the line number where the message was generated into the console.
Enables/disables the writing of the name of the file where the message was generated in into the console.
Enables/disables the writing of the time stamp when the message was generated into the console.
Enables/disables the writing of the function name where the message was generated into the console.
Enables/disables the writing of the message's content into the console.
Enables/disables the writing of what the code does that handles the message event into the console.
Enables/disables the writing of the library prefix of the library where the message was generated into the console.
Enables/disables the writing of message type into the console.