mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-04 22:37:26 +00:00
[Change] 调整Logger创建方式(getLogger(String) -> getLogger(Class));
This commit is contained in:
@ -17,7 +17,7 @@ import java.util.concurrent.locks.ReentrantLock;
|
||||
|
||||
public final class ImageCacheStore {
|
||||
|
||||
private final static Logger log = LoggerFactory.getLogger(ImageCacheStore.class.getName());
|
||||
private final static Logger log = LoggerFactory.getLogger(ImageCacheStore.class);
|
||||
|
||||
private final static Map<ImageCacheObject, Task> cacheMap = new Hashtable<>();
|
||||
|
||||
|
Reference in New Issue
Block a user