created LOG_FORMAT flag

This commit is contained in:
Václav Šmejkal 2022-11-18 19:15:52 +01:00
parent 406801fd32
commit aa83d98115
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -1,6 +1,7 @@
#ifndef WHY2_LOGGER_FLAGS_H #ifndef WHY2_LOGGER_FLAGS_H
#define WHY2_LOGGER_FLAGS_H #define WHY2_LOGGER_FLAGS_H
//CONSTS
#define LOG_FORMAT "xx-xx-xxxx_xxx.log" //THE LAST xxx IS FOR BASE-16 NUMBER OF USAGE THAT DAY (SO MAX IS 4095 [FFF] USAGES PER DAY)
#endif #endif