Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkLogMessage_h
14 #define mitkLogMessage_h
32 LogMessage(
const LogLevel level,
const std::string& filePath,
const int lineNumber,
const std::string& functionName);
LogLevel
Message/event levels of the MITK log mechanism.
const std::string FilePath
File name of the source file where the log message was emitted.
const std::string FunctionName
Name of the method where the log message was emitted.
std::string Category
Category of the log event, which was defined by the user.
const int LineNumber
Line of the source source file where the log message was emitted.
std::string ModuleName
Name of the module where the log message was emitted.
A single log message (log event) of the MITK log mechanism.
Find image slices visible on a given plane.
const LogLevel Level
Log level of the emitted log message.
std::string Message
The actual log message.