Interface LogConfig
-
@Immutable public interface LogConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLogConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LogConfig.Builderbuilder()static LogConfigcreate(String logType)static LogConfigcreate(String logType, Map<String,String> logOptions)Map<String,String>logOptions()StringlogType()
-