Class FailoversPlugin


  • @Plugin(name="failovers",
            category="Core")
    public final class FailoversPlugin
    extends java.lang.Object
    The array of failover Appenders.
    • 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
    • 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.