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) |
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)
public void closeAll()
public void flushAll()
Copyright © 2011-2015. All Rights Reserved.