Uses of Class
org.apache.logging.log4j.core.appender.WriterManager
Packages that use WriterManager
-
Uses of WriterManager in org.apache.logging.log4j.core.appender
Classes in org.apache.logging.log4j.core.appender with type parameters of type WriterManagerModifier and TypeClassDescriptionclassAbstractWriterAppender<M extends WriterManager>Appends log events as strings to a writer.Subclasses with type arguments of type WriterManager in org.apache.logging.log4j.core.appenderClasses in org.apache.logging.log4j.core.appender that implement interfaces with type arguments of type WriterManagerFields in org.apache.logging.log4j.core.appender declared as WriterManagerMethods in org.apache.logging.log4j.core.appender that return WriterManagerModifier and TypeMethodDescriptionWriterAppender.WriterManagerFactory.createManager(String name, WriterAppender.FactoryData data) Creates a WriterManager.private static WriterManagerWriterAppender.getManager(Writer target, boolean follow, StringLayout layout) static <T> WriterManagerWriterManager.getManager(String name, T data, ManagerFactory<? extends WriterManager, T> factory) Creates a Manager.Method parameters in org.apache.logging.log4j.core.appender with type arguments of type WriterManagerModifier and TypeMethodDescriptionstatic <T> WriterManagerWriterManager.getManager(String name, T data, ManagerFactory<? extends WriterManager, T> factory) Creates a Manager.Constructors in org.apache.logging.log4j.core.appender with parameters of type WriterManagerModifierConstructorDescriptionprivateWriterAppender(String name, StringLayout layout, Filter filter, WriterManager manager, boolean ignoreExceptions, Property[] properties)