| Modifier and Type | Method and Description |
|---|---|
static AbstractChronicleAppender.IndexedChronicleCfg |
AbstractChronicleAppender.IndexedChronicleCfg.create(String indexFileCapacity,
String indexFileExcerpts,
String indexBlockSize,
String useUnsafe,
String synchronousMode,
String cacheLineSize,
String messageCapacity,
String minimiseFootprint,
String useCheckedExcerpt,
String dataBlockSize) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryIndexedChronicleAppender |
BinaryIndexedChronicleAppender.createAppender(String name,
String path,
String includeCallerData,
String includeMappedDiagnosticContext,
AbstractChronicleAppender.IndexedChronicleCfg chronicleConfig,
org.apache.logging.log4j.core.Filter filter) |
static TextIndexedChronicleAppender |
TextIndexedChronicleAppender.createAppender(String name,
String path,
String dateFormat,
String stackTraceDepth,
AbstractChronicleAppender.IndexedChronicleCfg chronicleConfig,
org.apache.logging.log4j.core.Filter filter) |
Copyright © 2015. All rights reserved.