#将拦截器改名为过滤器,更加接近职能
This commit is contained in:
@@ -49,7 +49,7 @@ static void outputFileHandler(log_Handler *handler, const char *message) {
|
||||
changeFile(handler);
|
||||
}
|
||||
|
||||
log_Handler *loggingFileHandler(const char *name, unsigned int max_size) {
|
||||
log_Handler *loggingHandlerFile(const char *name, unsigned int max_size) {
|
||||
char new_file_name[FILE_NAME_MAX_SIZE];
|
||||
int suffix = 0;
|
||||
unsigned int file_size;
|
||||
|
||||
Reference in New Issue
Block a user