public abstract class LogConfig extends Object
| Constructor and Description |
|---|
LogConfig() |
| Modifier and Type | Method and Description |
|---|---|
static LogConfig |
create(String logType) |
static LogConfig |
create(String logType,
Map<String,String> logOptions) |
abstract com.google.common.collect.ImmutableMap<String,String> |
logOptions() |
abstract String |
logType() |
Copyright © 2019. All rights reserved.