Class LoggingSystem


  • public class LoggingSystem
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingSystem​(org.agrona.concurrent.ringbuffer.ManyToOneRingBuffer logBuffer, org.agrona.concurrent.AgentRunner runner, MonitoringModule monitoringModule, java.io.Closeable... resourcesToCleanup)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close​(int retryCloseTimeoutMs, java.util.function.Consumer<java.lang.Thread> closeFailAction)  
      TjahziLogger createLogger()  
      int getLogBufferSize()  
      void start()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingSystem

        public LoggingSystem​(org.agrona.concurrent.ringbuffer.ManyToOneRingBuffer logBuffer,
                             org.agrona.concurrent.AgentRunner runner,
                             MonitoringModule monitoringModule,
                             java.io.Closeable... resourcesToCleanup)
    • Method Detail

      • start

        public void start()
      • close

        public void close​(int retryCloseTimeoutMs,
                          java.util.function.Consumer<java.lang.Thread> closeFailAction)
      • getLogBufferSize

        public int getLogBufferSize()