public abstract class ChronicleLogAppenderConfig extends Object
| Constructor and Description |
|---|
ChronicleLogAppenderConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract net.openhft.chronicle.Chronicle |
build(String path) |
abstract String[] |
keys() |
void |
setProperties(Properties properties,
String prefix) |
void |
setProperty(String propName,
String propValue) |
public abstract String[] keys()
public abstract net.openhft.chronicle.Chronicle build(String path) throws IOException
IOExceptionpublic void setProperties(@NotNull
Properties properties,
@Nullable
String prefix)
Copyright © 2015. All rights reserved.