36#ifndef IMT_BASE_DFF_RUNTIME_RUNTIMELOG_H
37#define IMT_BASE_DFF_RUNTIME_RUNTIMELOG_H
90 static uint8_t s_logLevelThreshold;
Serialization is the process of translating data structures into a binary representation.
int16_t CoreHandle
A CoreHandle is used to identify an executable with a unique number (similar to a phone number).
Implementation of a simple centralized logging mechanism.
static constexpr uint8_t DEFAULT_LOG_LEVEL_THRESHOLD
The log level threshold is set tho this value for default.
static void init(RuntimeCore::CoreHandle const loggerHandle)
Initialize the logger.
static void setLogLevelThreshold(uint8_t const logLevelThreshold)
Set the threshold of the highest logging level which is not filtered.
static void sendLog(uint8_t const logLevel, ::imt::base::core::serialization::SerializableIfc const &logMessage, size_t const logMessageSize)
Send a log message if logLevel is <= LogLevelThreshold.
This is a application specific file which is used to configure Imt.Base.Core.Math.