Class AppenderLogic

    • Constructor Detail

      • AppenderLogic

        public AppenderLogic​(pl.tkowalcz.tjahzi.LoggingSystem loggingSystem,
                             String logLevelLabel,
                             Map<String,​LabelPrinter> lokiLabels,
                             int maxLogLineSizeBytes)
    • 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>