MCPcopy Create free account
hub / github.com/banq/jdonframework / getLogger

Method getLogger

src/main/java/com/jdon/util/Debug.java:107–113  ·  view source on GitHub ↗
(String module)

Source from the content-addressed store, hash-verified

105 }
106
107 public static org.apache.logging.log4j.Logger getLogger(String module) {
108 if (module != null && module.length() > 0) {
109 return LogManager.getLogger(module);
110 } else {
111 return LogManager.getLogger(Debug.class);
112 }
113 }
114
115 public static void log(int level, Throwable t, String msg, String module) {
116 if (msg == null)

Callers 15

uselog4jMethod · 0.95
uselog4j2Method · 0.95
uselog4j3Method · 0.95
uselog4j4Method · 0.95
UploadFileDaoSqlClass · 0.80
UserDAOJdbcClass · 0.80
ContainerDirectorClass · 0.80
BlockCacheManagerClass · 0.80
ConfFactoryClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected