citra-nightly/src/common/logging
Morph 8e8ca7d9d0 common: logging: backend: Close the file after exceeding the write limit
There's no point in keeping the file open after the write limit is exceeded. This allows the file to be committed to the disk shortly after it is closed and avoids redundantly checking whether or not the write limit is exceeded.
2023-06-30 12:15:51 +03:00
..
backend.cpp common: logging: backend: Close the file after exceeding the write limit 2023-06-30 12:15:51 +03:00
backend.h common: logging: Restructure backend code 2023-06-30 12:15:51 +03:00
filter.cpp common: logging: Restructure backend code 2023-06-30 12:15:51 +03:00
filter.h common: logging: Restructure backend code 2023-06-30 12:15:51 +03:00
formatter.h Upgrade codebase to C++ 20 + fix warnings + update submodules (#6115) 2022-09-21 18:36:12 +02:00
log.h common: logging: Restructure backend code 2023-06-30 12:15:51 +03:00
text_formatter.cpp common: logging: Restructure backend code 2023-06-30 12:15:51 +03:00
text_formatter.h common/log: Move Log namespace into the Common namespace 2023-06-30 12:15:51 +03:00
types.h common: logging: Restructure backend code 2023-06-30 12:15:51 +03:00