feature:根据文件大小分割日志
This commit is contained in:
@@ -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__
|
||||
Reference in New Issue
Block a user