Interface Appender<E>

    • Method Detail

      • getName

        java.lang.String getName()
        Deprecated.
        Get the name of this appender. The name uniquely identifies the appender.
      • doAppend

        void doAppend​(E event)
               throws LogbackException
        Deprecated.
        This is where an appender accomplishes its work. Note that the argument is of type Object.
        Parameters:
        event -
        Throws:
        LogbackException
      • setName

        void setName​(java.lang.String name)
        Deprecated.
        Set the name of this appender. The name is used by other components to identify this appender.