MCPcopy Index your code
hub / github.com/questdb/questdb / getLog

Method getLog

core/src/main/java/io/questdb/log/LogFactory.java:191–193  ·  view source on GitHub ↗
(Class<?> clazz)

Source from the content-addressed store, hash-verified

189 }
190
191 public static Log getLog(Class<?> clazz) {
192 return getLog(clazz.getName());
193 }
194
195 public static Log getLog(String key) {
196 return getInstance().create(key);

Callers 15

AbstractTestClass · 0.95
ParquetTestClass · 0.95
Table2IlpTestClass · 0.95
runColumnRebuildMethod · 0.95
PerformanceTestClass · 0.95
FilesTestClass · 0.95
testLastModifiedMethod · 0.95
QueryAssertionClass · 0.95
AbstractTestClass · 0.95

Calls 3

getInstanceMethod · 0.95
getNameMethod · 0.65
createMethod · 0.65

Tested by 4

testLastModifiedMethod · 0.76
testConcurrentSQLExecMethod · 0.76
setUpClassMethod · 0.76