@Plugin(name="BinaryVanillaChronicle",
category="Core",
elementType="appender",
printObject=true)
public class BinaryVanillaChronicleAppender
extends BinaryChronicleAppender
AbstractChronicleAppender.IndexedChronicleCfg, AbstractChronicleAppender.VanillaChronicleCfgchronicle| Constructor and Description |
|---|
BinaryVanillaChronicleAppender(String name,
org.apache.logging.log4j.core.Filter filter,
String path,
VanillaLogAppenderConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryVanillaChronicleAppender |
createAppender(String name,
String path,
String formatMessage,
String includeCallerData,
String includeMappedDiagnosticContext,
AbstractChronicleAppender.VanillaChronicleCfg chronicleConfig,
org.apache.logging.log4j.core.Filter filter) |
protected net.openhft.chronicle.Chronicle |
createChronicle() |
protected net.openhft.chronicle.ExcerptAppender |
getAppender() |
protected VanillaLogAppenderConfig |
getChronicleConfig() |
append, isFormatMessage, isIncludeCallerData, isIncludeMappedDiagnosticContext, setFormatMessage, setIncludeCallerData, setIncludeMappedDiagnosticContextgetPath, setPath, start, stop, toChronicleLogLevelerror, error, error, getHandler, getLayout, getName, ignoreExceptions, parseInt, setHandler, toStringaddFilter, getFilter, hasFilter, isFiltered, removeFiltergetState, isInitialized, isStarted, isStarting, isStopped, isStopping, setStarted, setStarting, setState, setStopped, setStoppingpublic BinaryVanillaChronicleAppender(String name, org.apache.logging.log4j.core.Filter filter, String path, VanillaLogAppenderConfig config)
protected net.openhft.chronicle.Chronicle createChronicle()
throws IOException
createChronicle in class AbstractChronicleAppenderIOExceptionprotected net.openhft.chronicle.ExcerptAppender getAppender()
getAppender in class AbstractChronicleAppenderprotected VanillaLogAppenderConfig getChronicleConfig()
@PluginFactory public static BinaryVanillaChronicleAppender createAppender(@PluginAttribute(value="name") String name, @PluginAttribute(value="path") String path, @PluginAttribute(value="formatMessage") String formatMessage, @PluginAttribute(value="includeCallerData") String includeCallerData, @PluginAttribute(value="includeMappedDiagnosticContext") String includeMappedDiagnosticContext, @PluginElement(value="vanillaChronicleConfig") AbstractChronicleAppender.VanillaChronicleCfg chronicleConfig, @PluginElement(value="filter") org.apache.logging.log4j.core.Filter filter)
Copyright © 2014. All rights reserved.