public class FluentLoggerFactory extends Object
| Constructor and Description |
|---|
FluentLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeAll() |
void |
flushAll() |
FluentLogger |
getLogger(String tagPrefix) |
FluentLogger |
getLogger(String tagPrefix,
String host,
int port) |
FluentLogger |
getLogger(String tagPrefix,
String host,
int port,
int timeout,
int bufferCapacity) |
FluentLogger |
getLogger(String tagPrefix,
String host,
int port,
int timeout,
int bufferCapacity,
Reconnector reconnector) |
protected void |
purgeLogger(FluentLogger logger)
Purges an invalid logger from the cache.
|
public FluentLogger getLogger(String tagPrefix)
public FluentLogger getLogger(String tagPrefix, String host, int port)
public FluentLogger getLogger(String tagPrefix, String host, int port, int timeout, int bufferCapacity)
public FluentLogger getLogger(String tagPrefix, String host, int port, int timeout, int bufferCapacity, Reconnector reconnector)
protected void purgeLogger(FluentLogger logger)
public void closeAll()
public void flushAll()
Copyright © 2011-2019. All Rights Reserved.