Uses of Class
org.apache.logging.log4j.core.config.Property
-
Packages that use Property Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.appender.db The classes in this package and sub packages provide appenders for various types of databases and methods for accessing databases.org.apache.logging.log4j.core.appender.db.jdbc The JDBC Appender supports writing log events to a relational database using standard JDBC connections.org.apache.logging.log4j.core.appender.mom Message oriented middleware appenders.org.apache.logging.log4j.core.appender.mom.jeromq Classes and interfaces for ZeroMQ/JeroMQ support.org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.filter Log4j 2 Filter support.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes. -
-
Uses of Property in org.apache.logging.log4j.core
Method parameters in org.apache.logging.log4j.core with type arguments of type Property Modifier and Type Method Description StringMapContextDataInjector. injectContextData(java.util.List<Property> properties, StringMap reusable)Returns aStringMapobject initialized with the specified properties and the appropriate context data. -
Uses of Property in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender that return Property Modifier and Type Method Description Property[]HttpAppender.Builder. getHeaders()Methods in org.apache.logging.log4j.core.appender with parameters of type Property Modifier and Type Method Description BHttpAppender.Builder. setHeaders(Property[] headers)Constructors in org.apache.logging.log4j.core.appender with parameters of type Property Constructor Description AbstractAppender(java.lang.String name, Filter filter, Layout<? extends java.io.Serializable> layout, boolean ignoreExceptions, Property[] properties)Constructor.AbstractOutputStreamAppender(java.lang.String name, Layout<? extends java.io.Serializable> layout, Filter filter, boolean ignoreExceptions, boolean immediateFlush, Property[] properties, M manager)Instantiates a WriterAppender and set the output destination to a newOutputStreamWriterinitialized withosas itsOutputStream.AbstractWriterAppender(java.lang.String name, StringLayout layout, Filter filter, boolean ignoreExceptions, boolean immediateFlush, Property[] properties, M manager)Instantiates.HttpURLConnectionManager(Configuration configuration, LoggerContext loggerContext, java.lang.String name, java.net.URL url, java.lang.String method, int connectTimeoutMillis, int readTimeoutMillis, Property[] headers, SslConfiguration sslConfiguration, boolean verifyHostname)SocketAppender(java.lang.String name, Layout<? extends java.io.Serializable> layout, Filter filter, AbstractSocketManager manager, boolean ignoreExceptions, boolean immediateFlush, Advertiser advertiser, Property[] properties)SyslogAppender(java.lang.String name, Layout<? extends java.io.Serializable> layout, Filter filter, boolean ignoreExceptions, boolean immediateFlush, AbstractSocketManager manager, Advertiser advertiser, Property[] properties) -
Uses of Property in org.apache.logging.log4j.core.appender.db
Constructors in org.apache.logging.log4j.core.appender.db with parameters of type Property Constructor Description AbstractDatabaseAppender(java.lang.String name, Filter filter, Layout<? extends java.io.Serializable> layout, boolean ignoreExceptions, Property[] properties, T manager)Instantiates the base appender. -
Uses of Property in org.apache.logging.log4j.core.appender.db.jdbc
Fields in org.apache.logging.log4j.core.appender.db.jdbc declared as Property Modifier and Type Field Description protected Property[]AbstractDriverManagerConnectionSource.Builder. propertiesMethods in org.apache.logging.log4j.core.appender.db.jdbc that return Property Modifier and Type Method Description Property[]AbstractDriverManagerConnectionSource.Builder. getProperties()Property[]AbstractDriverManagerConnectionSource. getProperties()Methods in org.apache.logging.log4j.core.appender.db.jdbc with parameters of type Property Modifier and Type Method Description BAbstractDriverManagerConnectionSource.Builder. setProperties(Property[] properties)protected java.util.PropertiesAbstractDriverManagerConnectionSource. toProperties(Property[] properties)Constructors in org.apache.logging.log4j.core.appender.db.jdbc with parameters of type Property Constructor Description AbstractDriverManagerConnectionSource(java.lang.String driverClassName, java.lang.String connectionString, java.lang.String actualConnectionString, char[] userName, char[] password, Property[] properties)DriverManagerConnectionSource(java.lang.String driverClassName, java.lang.String connectionString, java.lang.String actualConnectionString, char[] userName, char[] password, Property[] properties) -
Uses of Property in org.apache.logging.log4j.core.appender.mom
Constructors in org.apache.logging.log4j.core.appender.mom with parameters of type Property Constructor Description JmsAppender(java.lang.String name, Filter filter, Layout<? extends java.io.Serializable> layout, boolean ignoreExceptions, Property[] properties, JmsManager manager) -
Uses of Property in org.apache.logging.log4j.core.appender.mom.jeromq
Methods in org.apache.logging.log4j.core.appender.mom.jeromq with parameters of type Property Modifier and Type Method Description static JeroMqAppenderJeroMqAppender. createAppender(java.lang.String name, Layout<?> layout, Filter filter, Property[] properties, boolean ignoreExceptions, long affinity, long backlog, boolean delayAttachOnConnect, byte[] identity, boolean ipv4Only, long linger, long maxMsgSize, long rcvHwm, long receiveBufferSize, int receiveTimeOut, long reconnectIVL, long reconnectIVLMax, long sendBufferSize, int sendTimeOut, long sndHwm, int tcpKeepAlive, long tcpKeepAliveCount, long tcpKeepAliveIdle, long tcpKeepAliveInterval, boolean xpubVerbose) -
Uses of Property in org.apache.logging.log4j.core.appender.rewrite
Methods in org.apache.logging.log4j.core.appender.rewrite with parameters of type Property Modifier and Type Method Description static PropertiesRewritePolicyPropertiesRewritePolicy. createPolicy(Configuration config, Property[] props)Creates a PropertiesRewritePolicy. -
Uses of Property in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type Property Modifier and Type Method Description static LoggerConfigAsyncLoggerConfig. createLogger(boolean additivity, Level level, java.lang.String loggerName, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)Factory method to create a LoggerConfig.static LoggerConfigAsyncLoggerConfig. createLogger(java.lang.String additivity, java.lang.String levelName, java.lang.String loggerName, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)static LoggerConfigAsyncLoggerConfig.RootLogger. createLogger(java.lang.String additivity, java.lang.String levelName, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)static LoggerConfigAsyncLoggerConfig.RootLogger. createLogger(java.lang.String additivity, Level level, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)Constructors in org.apache.logging.log4j.core.async with parameters of type Property Constructor Description AsyncLoggerConfig(java.lang.String name, java.util.List<AppenderRef> appenders, Filter filter, Level level, boolean additive, Property[] properties, Configuration config, boolean includeLocation) -
Uses of Property in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as Property Modifier and Type Field Description static Property[]Property. EMPTY_ARRAYMethods in org.apache.logging.log4j.core.config that return Property Modifier and Type Method Description static PropertyProperty. createProperty(java.lang.String name, java.lang.String value)Creates a Property.Methods in org.apache.logging.log4j.core.config that return types with arguments of type Property Modifier and Type Method Description java.util.Map<Property,java.lang.Boolean>LoggerConfig. getProperties()Deprecated.useLoggerConfig.getPropertyList()insteadjava.util.List<Property>LoggerConfig. getPropertyList()Returns an unmodifiable list with the configuration properties, ornullif thisLoggerConfigdoes not have any configuration properties.Methods in org.apache.logging.log4j.core.config with parameters of type Property Modifier and Type Method Description static StrLookupPropertiesPlugin. configureSubstitutor(Property[] properties, Configuration config)Creates the Properties component.static LoggerConfigLoggerConfig. createLogger(boolean additivity, Level level, java.lang.String loggerName, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)Factory method to create a LoggerConfig.static LoggerConfigLoggerConfig. createLogger(java.lang.String additivity, Level level, java.lang.String loggerName, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)Deprecated.static LoggerConfigLoggerConfig.RootLogger. createLogger(java.lang.String additivity, Level level, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)Constructors in org.apache.logging.log4j.core.config with parameters of type Property Constructor Description LoggerConfig(java.lang.String name, java.util.List<AppenderRef> appenders, Filter filter, Level level, boolean additive, Property[] properties, Configuration config, boolean includeLocation) -
Uses of Property in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter that return Property Modifier and Type Method Description Property[]AbstractFilterable.Builder. getPropertyArray()Property[]AbstractFilterable. getPropertyArray()Methods in org.apache.logging.log4j.core.filter with parameters of type Property Modifier and Type Method Description BAbstractFilterable.Builder. setPropertyArray(Property[] properties)Constructors in org.apache.logging.log4j.core.filter with parameters of type Property Constructor Description AbstractFilterable(Filter filter, Property[] propertyArray) -
Uses of Property in org.apache.logging.log4j.core.impl
Method parameters in org.apache.logging.log4j.core.impl with type arguments of type Property Modifier and Type Method Description static voidThreadContextDataInjector. copyProperties(java.util.List<Property> properties, StringMap result)Copies key-value pairs from the specified property list into the specifiedStringMap.LogEventDefaultLogEventFactory. createEvent(java.lang.String loggerName, Marker marker, java.lang.String fqcn, Level level, Message data, java.util.List<Property> properties, java.lang.Throwable t)Creates a log event.LogEventLogEventFactory. createEvent(java.lang.String loggerName, Marker marker, java.lang.String fqcn, Level level, Message data, java.util.List<Property> properties, java.lang.Throwable t)LogEventReusableLogEventFactory. createEvent(java.lang.String loggerName, Marker marker, java.lang.String fqcn, Level level, Message message, java.util.List<Property> properties, java.lang.Throwable t)Creates a log event.StringMapThreadContextDataInjector.ForCopyOnWriteThreadContextMap. injectContextData(java.util.List<Property> props, StringMap ignore)If there are no configuration properties, this injector will return the thread context's internal data structure.StringMapThreadContextDataInjector.ForDefaultThreadContextMap. injectContextData(java.util.List<Property> props, StringMap ignore)Puts key-value pairs from both the specified list of properties as well as the thread context into the specified reusable StringMap.StringMapThreadContextDataInjector.ForGarbageFreeThreadContextMap. injectContextData(java.util.List<Property> props, StringMap reusable)Puts key-value pairs from both the specified list of properties as well as the thread context into the specified reusable StringMap.Constructor parameters in org.apache.logging.log4j.core.impl with type arguments of type Property Constructor Description Log4jLogEvent(java.lang.String loggerName, Marker marker, java.lang.String loggerFQCN, Level level, Message message, java.util.List<Property> properties, java.lang.Throwable t)Constructor.
-