mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-03 22:07:26 +00:00
[Change] 调整Logger创建方式(getLogger(String) -> getLogger(Class));
This commit is contained in:
@ -33,7 +33,7 @@ import java.util.function.BiConsumer;
|
||||
|
||||
public class PixivDownload {
|
||||
|
||||
private final static Logger log = LoggerFactory.getLogger(PixivDownload.class.getName());
|
||||
private final static Logger log = LoggerFactory.getLogger(PixivDownload.class);
|
||||
|
||||
private final HttpClient httpClient;
|
||||
|
||||
|
Reference in New Issue
Block a user