mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-04 14:27:27 +00:00
[Change] 调整Logger创建方式(getLogger(String) -> getLogger(Class));
This commit is contained in:
@ -27,7 +27,7 @@ import java.util.List;
|
||||
*/
|
||||
public class PixivAccessProxyServer {
|
||||
|
||||
private final Logger log = LoggerFactory.getLogger(PixivAccessProxyServer.class.getName());
|
||||
private final Logger log = LoggerFactory.getLogger(PixivAccessProxyServer.class);
|
||||
|
||||
private final HttpProxyServer proxyServer;
|
||||
|
||||
|
Reference in New Issue
Block a user