Package | Description |
---|---|
biz.paluch.logging.gelf.intern |
Internal implementation package containing classes providing
GelfMessage serialization
and senders. |
biz.paluch.logging.gelf.intern.sender |
Gelf sender implementations.
|
biz.paluch.logging.gelf.standalone |
Standalone Gelf support.
|
Modifier and Type | Method and Description |
---|---|
GelfSender |
GelfSenderProvider.create(GelfSenderConfiguration configuration)
Create the sender based on the passed configuration.
|
static GelfSender |
GelfSenderFactory.createSender(GelfSenderConfiguration senderConfiguration)
Create a GelfSender based on the configuration.
|
Modifier and Type | Method and Description |
---|---|
GelfSender |
DefaultGelfSenderProvider.create(GelfSenderConfiguration configuration) |
GelfSender |
RedisGelfSenderProvider.create(GelfSenderConfiguration configuration) |
GelfSender |
KafkaGelfSenderProvider.create(GelfSenderConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGelfSenderConfiguration
Default Gelf sender configuration for standalone use.
|
Constructor and Description |
---|
DatenpumpeImpl(GelfSenderConfiguration gelfSenderConfiguration) |
Copyright © 2013–2023. All rights reserved.