public class FluentLogger extends Object
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
static FluentLogger |
getLogger(String tag) |
static FluentLogger |
getLogger(String tag,
String host,
int port) |
static FluentLogger |
getLogger(String tag,
String host,
int port,
int timeout,
int bufferCapacity) |
void |
log(String label,
Map<String,String> data) |
void |
log(String label,
String key,
String value) |
public static FluentLogger getLogger(String tag)
public static FluentLogger getLogger(String tag, String host, int port)
public static FluentLogger getLogger(String tag, String host, int port, int timeout, int bufferCapacity)
Copyright © 2013. All Rights Reserved.