Solar
Macros
End_of_process
Collaboration diagram for End_of_process:

Macros

#define LOG_RELEASE
 LOG_RELEASE : flush and release all loggers. More...
 

Detailed Description

this macro should be used when the process stops

Macro Definition Documentation

◆ LOG_RELEASE

#define LOG_RELEASE
Value:
{ \
Log::logger()->flush(); \
spdlog::drop_all();\
}

LOG_RELEASE : flush and release all loggers.