public final class Config
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getBufferSize()
Gets the buffer size.
|
static Config |
getInstance()
Gets the configuration instance.
|
java.lang.String |
getLoggerClassName()
Gets the logger class name.
|
java.lang.String |
getLoggerLevel()
Gets the log level.
|
public static Config getInstance()
public int getBufferSize()
public java.lang.String getLoggerLevel()
@Nullable public java.lang.String getLoggerClassName()