Uses of Class
com.internetitem.logback.elasticsearch.config.Property
| Package | Description |
|---|---|
| com.internetitem.logback.elasticsearch | |
| com.internetitem.logback.elasticsearch.config | |
| com.internetitem.logback.elasticsearch.util |
-
Uses of Property in com.internetitem.logback.elasticsearch
Methods in com.internetitem.logback.elasticsearch with parameters of type Property Modifier and Type Method Description protected abstract AbstractPropertyAndEncoder<T>AbstractElasticsearchPublisher. buildPropertyAndEncoder(ch.qos.logback.core.Context context, Property property)protected AbstractPropertyAndEncoder<ch.qos.logback.access.spi.IAccessEvent>AccessElasticsearchPublisher. buildPropertyAndEncoder(ch.qos.logback.core.Context context, Property property)protected AbstractPropertyAndEncoder<ch.qos.logback.classic.spi.ILoggingEvent>ClassicElasticsearchPublisher. buildPropertyAndEncoder(ch.qos.logback.core.Context context, Property property) -
Uses of Property in com.internetitem.logback.elasticsearch.config
Methods in com.internetitem.logback.elasticsearch.config that return types with arguments of type Property Modifier and Type Method Description List<Property>ElasticsearchProperties. getProperties()Methods in com.internetitem.logback.elasticsearch.config with parameters of type Property Modifier and Type Method Description voidElasticsearchProperties. addProperty(Property property) -
Uses of Property in com.internetitem.logback.elasticsearch.util
Constructors in com.internetitem.logback.elasticsearch.util with parameters of type Property Constructor Description AbstractPropertyAndEncoder(Property property, ch.qos.logback.core.Context context)AccessPropertyAndEncoder(Property property, ch.qos.logback.core.Context context)ClassicPropertyAndEncoder(Property property, ch.qos.logback.core.Context context)