@Plugin(name="TextVanillaChronicle",
category="Core",
elementType="appender",
printObject=true)
public class TextVanillaChronicleAppender
extends TextChronicleAppender
AbstractChronicleAppender.IndexedChronicleCfg, AbstractChronicleAppender.VanillaChronicleCfgchronicle| Constructor and Description |
|---|
TextVanillaChronicleAppender(String name,
org.apache.logging.log4j.core.Filter filter,
String path,
VanillaLogAppenderConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static TextVanillaChronicleAppender |
createAppender(String name,
String path,
String dateFormat,
String stackTraceDepth,
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, getDateFormat, getStackTraceDepth, setDateFormat, setStackTraceDepthgetPath, 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 TextVanillaChronicleAppender(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 TextVanillaChronicleAppender createAppender(@PluginAttribute(value="name") String name, @PluginAttribute(value="path") String path, @PluginAttribute(value="dateFormat") String dateFormat, @PluginAttribute(value="stackTraceDepth") String stackTraceDepth, @PluginElement(value="vanillaChronicleConfig") AbstractChronicleAppender.VanillaChronicleCfg chronicleConfig, @PluginElement(value="filter") org.apache.logging.log4j.core.Filter filter)
Copyright © 2014. All rights reserved.