public class FluentLoggerFactory extends Object
Constructor and Description |
---|
FluentLoggerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
closeAll() |
void |
flushAll() |
FluentLogger |
getLogger(String tag) |
FluentLogger |
getLogger(String tag,
String host,
int port) |
FluentLogger |
getLogger(String tag,
String host,
int port,
int timeout,
int bufferCapacity) |
public FluentLogger getLogger(String tag)
public FluentLogger getLogger(String tag, String host, int port)
public FluentLogger getLogger(String tag, String host, int port, int timeout, int bufferCapacity)
public void closeAll()
public void flushAll()
Copyright © 2013. All Rights Reserved.