ADTF
|
A log entry. More...
#include <log.h>
Public Attributes | |
tTimeStamp | nTimeStamp |
time stamp of the log message. | |
tUInt8 | nLogLevel |
the log level, see tLogLevel. | |
const tChar * | strMessage |
the message text, optionally nullptr. | |
const tChar * | strSource |
the origin of the entry, optionally nullptr. | |
A log entry.
Definition at line 94 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/std/log.h.
tUInt8 nLogLevel |
the log level, see tLogLevel.
Definition at line 97 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/std/log.h.
Referenced by A_UTILS_NS::log::set_filtered_logging().
tTimeStamp nTimeStamp |
time stamp of the log message.
Definition at line 96 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/std/log.h.
const tChar* strMessage |
the message text, optionally nullptr.
Definition at line 98 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/std/log.h.
const tChar* strSource |
the origin of the entry, optionally nullptr.
Definition at line 99 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/std/log.h.