Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testFlushJobsAndClose
Method · 0.95
Calls
8
find
Method · 0.95
compressScope
Method · 0.95
getHolder
Method · 0.95
msb
Method · 0.95
createLogger
Method · 0.95
createGuaranteedLogger
Method · 0.95
getName
Method · 0.65
add
Method · 0.65
Tested by
1
testFlushJobsAndClose
Method · 0.76