Class CLogInfo

java.lang.Object
org.eclnt.util.log.CLogInfo

public class CLogInfo extends Object
Some methods for simplified access to log information...
  • Constructor Details

    • CLogInfo

      public CLogInfo()
  • Method Details

    • getLogDirectory

      public static String getLogDirectory()
      Returns:
      Directory in which log files are written
    • getLogFileBaseName

      public static String getLogFileBaseName()
      Returns:
      Base name of a log file. The actual log file names may be different, because a rotating counter is/may be appended.
    • getCurrentLogFile

      public static File getCurrentLogFile()
      Returns:
      Most current log file... - null, if no log file exists.
    • getLogFiles

      public static List<File> getLogFiles()
    • getContentEndOfCurrentLogFile

      public static List<String> getContentEndOfCurrentLogFile(int numberOfBytes)