| Package | Description |
|---|---|
| net.logstash.logback.appender | |
| net.logstash.logback.composite | |
| net.logstash.logback.decorate | |
| net.logstash.logback.encoder | |
| net.logstash.logback.layout |
| Modifier and Type | Method and Description |
|---|---|
JsonFactoryDecorator |
LogstashSocketAppender.getJsonFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogstashSocketAppender.setJsonFactoryDecorator(JsonFactoryDecorator jsonFactoryDecorator) |
| Modifier and Type | Method and Description |
|---|---|
JsonFactoryDecorator |
CompositeJsonFormatter.getJsonFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonFormatter.setJsonFactoryDecorator(JsonFactoryDecorator jsonFactoryDecorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharacterEscapesJsonFactoryDecorator
A
JsonFactoryDecorator that can be used to customize the JsonFactory.setCharacterEscapes(CharacterEscapes). |
class |
CompositeJsonFactoryDecorator
Combines a list of decorators into a single decorator, so multiple decorators can be used together.
|
class |
EscapeNonAsciiJsonFactoryDecorator
Enables the
JsonGenerator.Feature#ESCAPE_NON_ASCII feature on the JsonFactory. |
class |
NullJsonFactoryDecorator
A
JsonFactoryDecorator that doesn't do any decoration. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonFactoryDecorator.addDecorator(JsonFactoryDecorator decorator) |
boolean |
CompositeJsonFactoryDecorator.removeDecorator(JsonFactoryDecorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
JsonFactoryDecorator |
CompositeJsonEncoder.getJsonFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonEncoder.setJsonFactoryDecorator(JsonFactoryDecorator jsonFactoryDecorator) |
| Modifier and Type | Method and Description |
|---|---|
JsonFactoryDecorator |
CompositeJsonLayout.getJsonFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonLayout.setJsonFactoryDecorator(JsonFactoryDecorator jsonFactoryDecorator) |
Copyright © 2019. All rights reserved.