|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILogListener
A log listener is notified of entries added to a plug-in's log.
This interface can be used without OSGi running.
Clients may implement this interface.
Method Summary | |
---|---|
void |
logging(IStatus status,
java.lang.String plugin)
Notifies this listener that given status has been logged by a plug-in. |
Method Detail |
---|
void logging(IStatus status, java.lang.String plugin)
status
- the status being loggedplugin
- the plugin of the log which generated this event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |