Package com.cloudbees.jenkins.support
Class SupportLogHandler
java.lang.Object
java.util.logging.Handler
com.cloudbees.jenkins.support.SupportLogHandler
A log handler that rotates files.
- Author:
- Stephen Connolly
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
Constructor Details
-
SupportLogHandler
public SupportLogHandler(int size, int fileSize, int maxFiles)
-
-
Method Details