suyu/src/common/logging
Morph a59ae5e702 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.
2021-07-06 05:59:47 -04:00
..
backend.cpp common: logging: backend: Close the file after exceeding the write limit 2021-07-06 05:59:47 -04:00
backend.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
filter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
filter.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
log.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.h common/log: Move Log namespace into the Common namespace 2021-04-14 23:10:58 -04:00
types.h general: Add missing #pragma once directives 2021-06-24 07:20:57 -04:00