|
static final String | TRIM_BY_NUMBER = "messages.trim_by_number" |
|
static final String | TRIM_BY_AGE = "messages.trim_by_age" |
|
static final String | REC_LIMIT = "messages.rec_limit" |
|
static final String | MAX_DAYS = "messages.max_age_days" |
|
static final String | MAX_HOURS = "messages.max_age_hours" |
|
static final String | MAX_MINUTES = "messages.max_age_minutes" |
|
static final String | MESSAGE_BROWSER_SCROLL_RANGE = "messages.browser.scroll.range" |
|
System log configuration object.
- Author
- Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
- Version
- 1.7.1
- Since
- 0.7.3
◆ LogConfiguration() [1/2]
eu.baltrad.dex.config.model.LogConfiguration.LogConfiguration |
( |
| ) |
|
|
inline |
◆ LogConfiguration() [2/2]
eu.baltrad.dex.config.model.LogConfiguration.LogConfiguration |
( |
Properties | props | ) |
|
|
inline |
◆ equals()
boolean eu.baltrad.dex.config.model.LogConfiguration.equals |
( |
Object | obj | ) |
|
|
inline |
Compares current object with another.
- Parameters
-
obj | Object to compare with |
- Returns
- True if tested parameters are equal
◆ getMsgMaxAgeDays()
String eu.baltrad.dex.config.model.LogConfiguration.getMsgMaxAgeDays |
( |
| ) |
|
|
inline |
◆ getMsgMaxAgeHours()
String eu.baltrad.dex.config.model.LogConfiguration.getMsgMaxAgeHours |
( |
| ) |
|
|
inline |
- Returns
- the msgMaxAgeHours
◆ getMsgMaxAgeMinutes()
String eu.baltrad.dex.config.model.LogConfiguration.getMsgMaxAgeMinutes |
( |
| ) |
|
|
inline |
- Returns
- the msgMaxAgeMinutes
◆ getMsgRecordLimit()
String eu.baltrad.dex.config.model.LogConfiguration.getMsgRecordLimit |
( |
| ) |
|
|
inline |
- Returns
- the msgRecordLimit
◆ getMsgTrimByAge()
String eu.baltrad.dex.config.model.LogConfiguration.getMsgTrimByAge |
( |
| ) |
|
|
inline |
◆ getMsgTrimByNumber()
String eu.baltrad.dex.config.model.LogConfiguration.getMsgTrimByNumber |
( |
| ) |
|
|
inline |
- Returns
- the msgTrimByNumber
◆ hashCode()
int eu.baltrad.dex.config.model.LogConfiguration.hashCode |
( |
| ) |
|
|
inline |
Generate hash code.
- Returns
- Hash code
◆ setMsgMaxAgeDays()
void eu.baltrad.dex.config.model.LogConfiguration.setMsgMaxAgeDays |
( |
String | msgMaxAgeDays | ) |
|
|
inline |
- Parameters
-
msgMaxAgeDays | the msgMaxAgeDays to set |
◆ setMsgMaxAgeHours()
void eu.baltrad.dex.config.model.LogConfiguration.setMsgMaxAgeHours |
( |
String | msgMaxAgeHours | ) |
|
|
inline |
- Parameters
-
msgMaxAgeHours | the msgMaxAgeHours to set |
◆ setMsgMaxAgeMinutes()
void eu.baltrad.dex.config.model.LogConfiguration.setMsgMaxAgeMinutes |
( |
String | msgMaxAgeMinutes | ) |
|
|
inline |
- Parameters
-
msgMaxMinutes | the msgMaxMinutes to set |
◆ setMsgRecordLimit()
void eu.baltrad.dex.config.model.LogConfiguration.setMsgRecordLimit |
( |
String | msgRecordLimit | ) |
|
|
inline |
- Parameters
-
msgRecordLimit | the msgRecordLimit to set |
◆ setMsgTrimByAge()
void eu.baltrad.dex.config.model.LogConfiguration.setMsgTrimByAge |
( |
String | msgTrimByAge | ) |
|
|
inline |
- Parameters
-
msgTrimByAge | the msgTrimByAge to set |
◆ setMsgTrimByNumber()
void eu.baltrad.dex.config.model.LogConfiguration.setMsgTrimByNumber |
( |
String | msgTrimByNumber | ) |
|
|
inline |
- Parameters
-
msgTrimByNumber | the msgTrimByNumber to set |
The documentation for this class was generated from the following file:
- src/java/eu/baltrad/dex/config/model/LogConfiguration.java