Class LogServer

All Implemented Interfaces:
CtxEventListener, ContextHandleAware, HandleAware, Ready, ReadyAndReadyListener, ReadyListener

public class LogServer extends AbstractService
Log server that provides access to log override functionality as well as fetching log data from various nodes in the device as well as log streaming.
Version:
2025-02-13
  • Field Details

  • Method Details

    • active

      public void active(LogExporter exporter)
      Called to indicate that an exporter is now active. This is entirely optional but can be used to avoid waiting for retry timeouts when an exporter becomes active.
    • rotateStream

      public void rotateStream(String name)
      Rotate the specified log stream on all nodes.
    • rotateStreams

      public void rotateStreams()
      Rotate all log streams on all nodes.
    • getBroker

      public MessageBroker getBroker()