日志操作器默认使用控制台处理器
This commit is contained in:
@@ -12,6 +12,6 @@ typedef struct log_Handler {
|
||||
|
||||
|
||||
log_Handler* fileHandler(const char* name);
|
||||
log_Handler* consoleHandler(const char* name);
|
||||
log_Handler* consoleHandler();
|
||||
|
||||
#endif //__LOGGING_HANDLER_H__
|
||||
Reference in New Issue
Block a user