Class LoggersPlugin
- java.lang.Object
-
- org.apache.logging.log4j.core.config.LoggersPlugin
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Loggers
createLoggers(LoggerConfig[] loggers)
Create a Loggers object to contain all the Loggers.
-
-
-
Method Detail
-
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.
-
-