Class AppenderLogic

    • Method Detail

      • append

        public void append​(org.apache.logging.log4j.core.Layout<? extends Serializable> layout,
                           org.apache.logging.log4j.core.LogEvent event)
      • close

        public void close​(long timeout,
                          TimeUnit timeUnit)
      • accept

        public void accept​(org.apache.logging.log4j.core.LogEvent event,
                           ByteBuffer byteBuffer)
        Specified by:
        accept in interface BiConsumer<org.apache.logging.log4j.core.LogEvent,​ByteBuffer>