public interface DaemonProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
DEVELOPMENT_MODE
daemon is in dev mode (true/false)
|
static String |
LOGGER_FILE
true to use
FileAppender; false to disable |
static String |
LOGGER_LEVEL
the logger level (see
Level) |
static String |
SYSLOG_FACILITY
the syslog facility (LOCAL0, LOCAL1, ...)
|
static String |
SYSLOG_HOST
the host for remote syslog
|
static String |
SYSLOG_LEVEL
the log level for syslog (see
Level) |
static final String DEVELOPMENT_MODE
static final String LOGGER_LEVEL
Level)static final String LOGGER_FILE
FileAppender; false to disablestatic final String SYSLOG_LEVEL
Level)static final String SYSLOG_FACILITY
static final String SYSLOG_HOST
Copyright © 2012 Taimos GmbH. All Rights Reserved.