Slf4j 使用 3 个参数时候出现下面的错误:
The method debug(String, Object, Object) in the type Logger is not applicable for the arguments (String, int, int, String)
代码如下:
logger.debug("[{}/{}]Process Search ID: {}",i, objFileList.size(), searchID);