Class LoggersPlugin
java.lang.Object
org.apache.logging.log4j.core.config.LoggersPlugin
Container of Logger objects.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Loggers
createLoggers
(LoggerConfig[] loggers) Create a Loggers object to contain all the Loggers.
-
Method Details
-
createLoggers
@PluginFactory public static Loggers createLoggers(@PluginElement("Loggers") LoggerConfig[] loggers) Create a Loggers object to contain all the Loggers.- Parameters:
loggers
- An array of Loggers.- Returns:
- A Loggers object.
-