mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Added accessor for default registry
This commit is contained in:
parent
14f78e0ca3
commit
05d4c935c5
@ -7,6 +7,10 @@ public class LogManager {
|
||||
|
||||
public static final String ROOT = StringUtils.EMPTY;
|
||||
|
||||
public static LoggerRegistry getRegistry() {
|
||||
return INSTANCE;
|
||||
}
|
||||
|
||||
public static Logger getLogger(Class<?> clazz) {
|
||||
return INSTANCE.getLogger(clazz);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user