Update logger.h

This commit is contained in:
Maschell 2022-08-25 17:23:40 +02:00 committed by GitHub
parent a89b932085
commit 7e0be3182b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ extern "C" {
#endif
#define LOG_APP_TYPE "M"
#define LOG_APP_NAME "application_ends"
#define LOG_APP_NAME "base_module"
#define __FILENAME_X__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
#define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILENAME_X__)