|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogConfiguration
Configuration settings for application logging.
| Field Summary | |
|---|---|
static String |
LOGGING_DIR
|
static String |
LOGGING_FILE
|
| Fields inherited from interface info.aduna.app.config.Configuration |
|---|
CONFIG_DIR |
| Method Summary | |
|---|---|
File |
getConfDir()
The location on the file system where logging configuration is stored. |
File |
getLoggingDir()
The location on the file system where logging data is stored. |
LogReader |
getLogReader()
A reader that can read logging information as stored by the logger configured through this LogConfiguration. |
boolean |
isDebugLoggingEnabled()
Is debug logging enabled? |
void |
setDebugLoggingEnabled(boolean enabled)
Enable or disable debug logging. |
| Methods inherited from interface info.aduna.app.config.Configuration |
|---|
destroy, init, load, save |
| Field Detail |
|---|
static final String LOGGING_DIR
static final String LOGGING_FILE
| Method Detail |
|---|
File getConfDir()
File getLoggingDir()
LogReader getLogReader()
boolean isDebugLoggingEnabled()
void setDebugLoggingEnabled(boolean enabled)
enabled - set to true if debug logging should be enabled, set to false
otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||