Console¶
-
MLModule¶ genre Inspectorsauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLDiagnosisdefinition mlDiagnosis.def see also MLLogFile,ErrorTest,Info,CoreControl,RuntimeView,CacheViewkeywords diagnosis,debugging,messages,log,file,outputting,outstream,information
Purpose¶
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.
Parameter Fields¶
Field Index¶
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 |
Visible Fields¶
Information¶
-
name:logInformation, type:Bool, default:TRUE¶ Sets whether information messages should be written into the console.
Warnings¶
-
name:logWarnings, type:Bool, default:TRUE¶ Sets whether warning messages should be written into the console.
Errors¶
-
name:logErrors, type:Bool, default:TRUE¶ Sets whether error messages should be written into the console.
Fatal Errors¶
-
name:logFatals, type:Bool, default:TRUE¶ Sets whether fatal error messages should be written into the console.
Debug Infos¶
-
name:logDebugs, type:Bool, default:TRUE¶ Sets whether debug information should be written into the console.
Couts¶
-
name:logCouts, type:Bool, default:TRUE¶ Sets whether
std::coutoutput should be written into the console.
Cerrs¶
-
name:logCerrs, type:Bool, default:TRUE¶ Sets whether
std::cerroutput should be written into the console.
Other¶
-
name:logOthers, type:Bool, default:TRUE¶ Sets whether other output should be written into the console.
Line Number¶
-
name:logLine, type:Bool, default:TRUE¶ If checked, the writing of the line number where the message was generated into the console is enabled.
File Name¶
-
name:logFileName, type:Bool, default:TRUE¶ If checked, the writing of the name of the file where the message was generated in into the console is enabled.
Time¶
-
name:logTime, type:Bool, default:TRUE¶ If checked, the writing of the time stamp when the message was generated into the console is enabled.
Function Name¶
-
name:logFunc, type:Bool, default:TRUE¶ If checked, the writing of the function name where the message was generated into the console is enabled.
Messages¶
-
name:logReason, type:Bool, default:TRUE¶ If checked, the writing of the message’s content into the console is enabled.
Handling¶
-
name:logHandling, type:Bool, default:TRUE¶ If checked, the writing of what the code does that handles the message event into the console is enabled.
Library Prefix¶
-
name:logLibraryPrefix, type:Bool, default:TRUE¶ If checked, the writing of the library prefix of the library where the message was generated into the console is enabled.
Message Type¶
-
name:logMessageType, type:Bool, default:TRUE¶ If checked, the writing of message type into the console is enabled.