public abstract class LogConfigSetup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LogConfigSetup.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_COUNT |
static long |
DEFAULT_MAX_LOG_SIZE_BYTES |
static int |
DEFAULT_MIN_COUNT |
static LogConfigSetup |
DEFAULT_SETUP |
Constructor and Description |
---|
LogConfigSetup() |
Modifier and Type | Method and Description |
---|---|
static LogConfigSetup.Builder |
builder() |
int |
getCount() |
abstract Path |
getLogDir() |
Path |
getLogFilePath() |
String |
getLogFilePrefix() |
long |
getMaxLogSizeBytes() |
boolean |
getRotateLog() |
public static final int DEFAULT_MAX_COUNT
public static final int DEFAULT_MIN_COUNT
public static final long DEFAULT_MAX_LOG_SIZE_BYTES
public static final LogConfigSetup DEFAULT_SETUP
public abstract Path getLogDir()
@Value.Default public boolean getRotateLog()
@Value.Default public int getCount()
@Value.Default public long getMaxLogSizeBytes()
@Value.Default public String getLogFilePrefix()
public Path getLogFilePath()
public static LogConfigSetup.Builder builder()