Class AppenderLogic

java.lang.Object
pl.tkowalcz.tjahzi.log4j2.AppenderLogic
All Implemented Interfaces:
BiConsumer<org.apache.logging.log4j.core.LogEvent,ByteBuffer>

public class AppenderLogic extends Object implements BiConsumer<org.apache.logging.log4j.core.LogEvent,ByteBuffer>
  • Constructor Details

  • Method Details

    • 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>