public class LogConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<String,String> |
logOptions |
private String |
logType |
| Modifier | Constructor and Description |
|---|---|
private |
LogConfig() |
private |
LogConfig(String logType,
Map<String,String> logOptions) |
| Modifier and Type | Method and Description |
|---|---|
static LogConfig |
create(String logType) |
static LogConfig |
create(String logType,
Map<String,String> logOptions) |
boolean |
equals(Object o) |
int |
hashCode() |
Map<String,String> |
logOptions() |
String |
logType() |
String |
toString() |
public String logType()
Copyright © 2016. All rights reserved.