Class LoggersPlugin


  • @Plugin(name="loggers",
            category="Core")
    public final class LoggersPlugin
    extends java.lang.Object
    Container of Logger objects.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggersPlugin

        private LoggersPlugin()
    • 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.