Class FileLoggingContext

    • Constructor Detail

      • FileLoggingContext

        public FileLoggingContext​(Log.Level level,
                                  java.io.File logFile)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • FileLoggingContext

        public FileLoggingContext​(Log.Level level,
                                  java.io.File logFile,
                                  int maxFiles,
                                  long maxSize)
                           throws java.io.IOException
        Throws:
        java.io.IOException