17 context_id_{context_id},
18 registration_with_app_id_{false} {
19 #ifdef ENABLE_DLT_LOGGER
29 context_id_{context_id},
30 registration_with_app_id_{true} {
31 #ifdef ENABLE_DLT_LOGGER
32 DLT_REGISTER_APP(
app_id_.c_str(),
"Application Id");
40 #ifdef ENABLE_DLT_LOGGER
41 DLT_UNREGISTER_CONTEXT(
contxt_);
~Logger()
Destruct an instance of Logger.
Logger(std::string_view context_id)
Construct an instance of Logger.
bool registration_with_app_id_
#define UNUSED_PARAM(expr)