Package pl.tkowalcz.tjahzi.log4j2
Class ByteBufferDestinationRepository
java.lang.Object
pl.tkowalcz.tjahzi.log4j2.ByteBufferDestinationRepository
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthreadLocalDestination(BiConsumer<org.apache.logging.log4j.core.LogEvent, ByteBuffer> drain, org.apache.logging.log4j.core.LogEvent context)
-
Field Details
-
DEFAULT_MAX_LINE_SIZE_BYTES
public static final int DEFAULT_MAX_LINE_SIZE_BYTES- See Also:
-
-
Constructor Details
-
ByteBufferDestinationRepository
public ByteBufferDestinationRepository(int maxLogLineSizeBytes)
-
-
Method Details
-
threadLocalDestination
public TjahziByteBufferDestination threadLocalDestination(BiConsumer<org.apache.logging.log4j.core.LogEvent, ByteBuffer> drain, org.apache.logging.log4j.core.LogEvent context)
-