Class FileLog

All Implemented Interfaces:
Comparable

public class FileLog extends Log
  • Field Details

  • Constructor Details

  • Method Details

    • getFileNameMask

      public String getFileNameMask()
    • processLog

      public void processLog(String type, String message, int logLevel, Date date, long delta, Thread thread, StackTrace stack, String user_id, String user_name)
      Specified by:
      processLog in class Log
    • loadConfig

      public void loadConfig()
      Overrides:
      loadConfig in class Log
    • activate

      public void activate()
      Overrides:
      activate in class Log
    • getMaxFileSize

      public int getMaxFileSize()
    • setMaxFileSize

      public void setMaxFileSize(int size)
    • updateWriter

      protected void updateWriter()
    • clear

      public void clear()
      Specified by:
      clear in class Log
    • computeFileName

      protected String computeFileName()
    • getDefaultFileName

      public String getDefaultFileName()
    • passivate

      public void passivate()
      Overrides:
      passivate in class Log