Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
A single log message (log event) of the MITK log mechanism. More...
#include <mitkLogMessage.h>
Public Member Functions | |
LogMessage (const LogLevel level, const std::string &filePath, const int lineNumber, const std::string &functionName) | |
Public Attributes | |
const LogLevel | Level |
Log level of the emitted log message. More... | |
const std::string | FilePath |
File name of the source file where the log message was emitted. More... | |
const int | LineNumber |
Line of the source source file where the log message was emitted. More... | |
const std::string | FunctionName |
Name of the method where the log message was emitted. More... | |
std::string | ModuleName |
Name of the module where the log message was emitted. More... | |
std::string | Category |
Category of the log event, which was defined by the user. More... | |
std::string | Message |
The actual log message. More... | |
A single log message (log event) of the MITK log mechanism.
Logging messages should only be generated by the macros provided by mitkLog.h
Definition at line 29 of file mitkLogMessage.h.
mitk::LogMessage::LogMessage | ( | const LogLevel | level, |
const std::string & | filePath, | ||
const int | lineNumber, | ||
const std::string & | functionName | ||
) |
std::string mitk::LogMessage::Category |
Category of the log event, which was defined by the user.
Definition at line 56 of file mitkLogMessage.h.
const std::string mitk::LogMessage::FilePath |
File name of the source file where the log message was emitted.
Definition at line 40 of file mitkLogMessage.h.
const std::string mitk::LogMessage::FunctionName |
Name of the method where the log message was emitted.
Definition at line 48 of file mitkLogMessage.h.
const LogLevel mitk::LogMessage::Level |
Log level of the emitted log message.
Definition at line 36 of file mitkLogMessage.h.
const int mitk::LogMessage::LineNumber |
Line of the source source file where the log message was emitted.
Definition at line 44 of file mitkLogMessage.h.
std::string mitk::LogMessage::Message |
The actual log message.
Definition at line 60 of file mitkLogMessage.h.
std::string mitk::LogMessage::ModuleName |
Name of the module where the log message was emitted.
Definition at line 52 of file mitkLogMessage.h.