Class LogService

java.lang.Object
ch.so.agi.gretl.control.server.run.LogService

@Service public class LogService extends Object
  • Constructor Details

  • Method Details

    • createLogDirectory

      @PostConstruct public void createLogDirectory() throws IOException
      Throws:
      IOException
    • pathFor

      public Path pathFor(String runId)
    • append

      public void append(String runId, String stream, String line, List<String> secretValues)
    • read

      public String read(String runId)
    • stream

      public org.springframework.web.servlet.mvc.method.annotation.SseEmitter stream(String runId)
    • stream

      public org.springframework.web.servlet.mvc.method.annotation.SseEmitter stream(String runId, int startPosition)