feature:根据文件大小分割日志

This commit is contained in:
2024-11-19 21:31:00 +08:00
parent 81cebc7a18
commit de03985fef
11 changed files with 137 additions and 29 deletions

View File

@@ -8,6 +8,9 @@
#include "logging/logging-handler.h"
#include "logging/logging-interceptor.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct Logger {
log_level level;
@@ -34,4 +37,8 @@ typedef struct Logging {
Logging *newLogging();
#ifdef __cplusplus
}
#endif
#endif // __LOGGING_H__