public class LoggingHandler extends Handler
Modifier and Type | Field and Description |
---|---|
private Component |
parentComp |
private StatusBar |
statusBar |
Constructor and Description |
---|
LoggingHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
deattachParentComponent() |
void |
deattachStatusBar() |
void |
flush() |
void |
initProgressBar(int totalSteps) |
void |
progress(int currentStep) |
void |
publish(LogRecord record) |
void |
setParentComponent(Component parentcomp) |
void |
setStatusBar(StatusBar statusbar) |
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
public void setStatusBar(StatusBar statusbar)
public void deattachStatusBar()
public void setParentComponent(Component parentcomp)
public void deattachParentComponent()
public void close() throws SecurityException
close
in class Handler
SecurityException
public void progress(int currentStep)
public void initProgressBar(int totalSteps)