Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_FILE_PROPERTY |
"logformatter.properties" |
public static final String |
DEFAULT_CONFIG_FILE |
"/META-INF/logformatter.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_MAX_FILE_SIZE |
"900M" |
public static final String |
ERR_FILE_PROPERTY |
"err.file" |
public static final String |
ERR_MAX_FILE_SIZE_PROPERTY |
"err.maxFileSize" |
public static final String |
LOG_FILE_PROPERTY |
"log.file" |
public static final String |
LOG_MAX_FILE_SIZE_PROPERTY |
"log.maxFileSize" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
META_INF_SERVICES |
"META-INF/services/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_CAPACITY |
2146483647 |
public static final int |
MIN_CAPACITY |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_CAPACITY |
16777215 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_CAPACITY |
715827882 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_THREAD_LOCAL_CAPACITY |
1024 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DAY |
86400000L |
public static final long |
HOUR |
3600000L |
public static final long |
MINUTE |
60000L |
public static final long |
SECOND |
1000L |
Copyright © 2015 Devexperts. All Rights Reserved.