| 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 |
|---|---|
JsonGeneratorDecorator |
LogstashSocketAppender.getJsonGeneratorDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogstashSocketAppender.setJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecorator) |
| Modifier and Type | Method and Description |
|---|---|
JsonGeneratorDecorator |
CompositeJsonFormatter.getJsonGeneratorDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonFormatter.setJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeJsonGeneratorDecorator
Combines a list of decorators into a single decorator, so multiple decorators can be used together.
|
class |
NullJsonGeneratorDecorator
A
JsonGeneratorDecorator that doesn't do any decoration. |
class |
PrettyPrintingJsonGeneratorDecorator
Enables pretty printing on the
JsonGenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonGeneratorDecorator.addDecorator(JsonGeneratorDecorator decorator) |
boolean |
CompositeJsonGeneratorDecorator.removeDecorator(JsonGeneratorDecorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
JsonGeneratorDecorator |
CompositeJsonEncoder.getJsonGeneratorDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonEncoder.setJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecorator) |
| Modifier and Type | Method and Description |
|---|---|
JsonGeneratorDecorator |
CompositeJsonLayout.getJsonGeneratorDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonLayout.setJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecorator) |
Copyright © 2019. All rights reserved.