Class FailoversPlugin


  • @Plugin(name="failovers",
            category="Core")
    public final class FailoversPlugin
    extends java.lang.Object
    The array of failover Appenders.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Logger LOGGER  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FailoversPlugin()
      Prevent instantiation.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] createFailovers​(AppenderRef... refs)
      Returns the appender references.
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        private static final Logger LOGGER
    • Constructor Detail

      • FailoversPlugin

        private FailoversPlugin()
        Prevent instantiation.
    • Method Detail

      • createFailovers

        @PluginFactory
        public static java.lang.String[] createFailovers​(@PluginElement("AppenderRef")
                                                         AppenderRef... refs)
        Returns the appender references.
        Parameters:
        refs - The references to return.
        Returns:
        The appender references.