public class LogEvent
extends com.atlassian.johnson.event.Event
Event.setProgress(int)
in order to provide some status to
the log file (using log4j).Constructor and Description |
---|
LogEvent(org.apache.log4j.Logger log,
String type,
String description,
String message)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
setProgress(int progress) |
public LogEvent(org.apache.log4j.Logger log, String type, String description, String message)
log
- a logger that is used for outputting reindex progress. Must not be nullNullPointerException
- if the logger is nullCopyright © 2002-2016 Atlassian. All Rights Reserved.