| Package | Description |
|---|---|
| org.fluentd.logger | |
| org.fluentd.logger.sender |
| Modifier and Type | Method and Description |
|---|---|
FluentLogger |
FluentLoggerFactory.getLogger(String tagPrefix,
String host,
int port,
int timeout,
int bufferCapacity,
Reconnector reconnector) |
static FluentLogger |
FluentLogger.getLogger(String tagPrefix,
String host,
int port,
int timeout,
int bufferCapacity,
Reconnector reconnector) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantDelayReconnector
Handles constant delay for reconnecting.
|
class |
ExponentialDelayReconnector
Calculates exponential delay for reconnecting.
|
| Constructor and Description |
|---|
RawSocketSender(String host,
int port,
int timeout,
int bufferCapacity,
Reconnector reconnector) |
Copyright © 2011-2017. All Rights Reserved.