public final class Log4jDaemonProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_LOGGING |
static org.apache.logging.log4j.Level |
DEFAULT_LEVEL
the default
Level |
static String |
DEFAULT_PATTERN
the default pattern
|
static String |
LOGGER_FILE
true to use
FileAppender; false to disable |
static String |
LOGGER_LAYOUT
the logger layout
|
static String |
LOGGER_LAYOUT_JSON
the logger layout - JSON
|
static String |
LOGGER_LAYOUT_PATTERN
the logger layout - Pattern
|
static String |
LOGGER_LEVEL
the logger level (see
Level) |
static String |
LOGGER_PATTERN
the logger pattern
|
static String |
LOGGER_STDOUT
true to use
ConsoleAppender; false to disable |
static String |
LOGGER_SYSLOG
true to use
SyslogAppender; false to disable |
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) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,org.apache.logging.log4j.Level> |
getCustomLevelMap() |
static Map<String,org.apache.logging.log4j.Level> |
getCustomLevelMap(String configString,
org.apache.logging.log4j.Level defaultLevel) |
public static final org.apache.logging.log4j.Level DEFAULT_LEVEL
Levelpublic static final String DEFAULT_PATTERN
public static final String LOGGER_LEVEL
Level)public static final String LOGGER_PATTERN
public static final String LOGGER_LAYOUT
public static final String LOGGER_LAYOUT_PATTERN
public static final String LOGGER_LAYOUT_JSON
public static final String LOGGER_STDOUT
ConsoleAppender; false to disablepublic static final String LOGGER_FILE
FileAppender; false to disablepublic static final String LOGGER_SYSLOG
SyslogAppender; false to disablepublic static final String SYSLOG_LEVEL
Level)public static final String SYSLOG_FACILITY
public static final String SYSLOG_HOST
public static final String ADDITIONAL_LOGGING
Copyright © 2015–2022 Taimos GmbH. All rights reserved.