@Plugin(name="root", category="Core", printObject=true) public static class LoggerConfig.RootLogger extends LoggerConfig
LoggerConfig.RootLogger
AbstractFilterable.Builder<B extends AbstractFilterable.Builder<B>>
LifeCycle.State
ROOT
DEFAULT_STOP_TIMEOUT, DEFAULT_STOP_TIMEUNIT, LOGGER
Constructor and Description |
---|
RootLogger() |
Modifier and Type | Method and Description |
---|---|
static LoggerConfig |
createLogger(java.lang.String additivity,
Level level,
java.lang.String includeLocation,
AppenderRef[] refs,
Property[] properties,
Configuration config,
Filter filter) |
addAppender, callAppenders, clearAppenders, createLogger, createLogger, getAppenderRefs, getAppenders, getFilter, getLevel, getLogEventFactory, getName, getParent, getProperties, getPropertyList, getReliabilityStrategy, includeLocation, isAdditive, isIncludeLocation, isPropertiesRequireLookup, log, log, removeAppender, setAdditive, setLevel, setLogEventFactory, setParent, toString
addFilter, hasFilter, isFiltered, removeFilter, start, stop, stop
equalsImpl, getState, getStatusLogger, hashCodeImpl, initialize, isInitialized, isStarted, isStarting, isStopped, isStopping, setStarted, setStarting, setState, setStopped, setStopping, stop, stop
@PluginFactory public static LoggerConfig createLogger(@PluginAttribute(value="additivity") java.lang.String additivity, @PluginAttribute(value="level") Level level, @PluginAttribute(value="includeLocation") java.lang.String includeLocation, @PluginElement(value="AppenderRef") AppenderRef[] refs, @PluginElement(value="Properties") Property[] properties, @PluginConfiguration Configuration config, @PluginElement(value="Filter") Filter filter)