Class FileTracerLogTee


public abstract class FileTracerLogTee extends DebugLogTee<FileTracer>
A DebugLogTee that uses a FileTracer internally.
Author:
Christof Reichardt
  • Constructor Details

    • FileTracerLogTee

      public FileTracerLogTee(String name)
  • Method Details

    • getLogDirPath

      public Path getLogDirPath()
      Returns:
      the logDirPath
    • setLogDirPath

      public void setLogDirPath(Path logDirPath)
      Parameters:
      logDirPath - the logDirPath to set