Merge pull request #1 from wiiu-env/Maschell-patch-1

Update logger.h
This commit is contained in:
Maschell 2022-08-25 18:05:47 +02:00 committed by GitHub
commit a0c117199a
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__)