MCPcopy
hub / github.com/questdb/questdb / create

Method create

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

Source from the content-addressed store, hash-verified

274 }
275
276 public Log create(Class<?> clazz) {
277 return create(clazz.getName());
278 }
279
280 public synchronized Log create(String key) {
281 return create(key, guaranteedLogging);

Callers 1

testFlushJobsAndCloseMethod · 0.95

Calls 8

findMethod · 0.95
compressScopeMethod · 0.95
getHolderMethod · 0.95
msbMethod · 0.95
createLoggerMethod · 0.95
getNameMethod · 0.65
addMethod · 0.65

Tested by 1

testFlushJobsAndCloseMethod · 0.76