public class LoggerBackend
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.function.Function<java.lang.String,java.lang.String> |
_getLogFilePath |
boolean |
_haveInheritedLog4jConfiguration |
boolean |
_launchedWithHadoopJar |
int |
_level |
java.lang.String |
_maxLogFileSize |
java.lang.String |
_prefix |
static org.apache.logging.log4j.Level[] |
L4J_LOGGING_LVLS |
static org.apache.log4j.Level[] |
L4J_LVLS |
| Constructor and Description |
|---|
LoggerBackend() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.log4j.Logger |
createLog4j() |
void |
reconfigureLog4J() |
public static final org.apache.log4j.Level[] L4J_LVLS
public static final org.apache.logging.log4j.Level[] L4J_LOGGING_LVLS
public int _level
public java.lang.String _prefix
public java.lang.String _maxLogFileSize
public boolean _launchedWithHadoopJar
public boolean _haveInheritedLog4jConfiguration
public java.util.function.Function<java.lang.String,java.lang.String> _getLogFilePath