public interface ILogListener
extends java.util.EventListener
This interface can be used without OSGi running.
Clients may implement this interface.
| Modifier and Type | Method and Description |
|---|---|
void |
logging(IStatus status,
java.lang.String plugin)
Notifies this listener that given status has been logged by
a plug-in.
|
void logging(IStatus status, java.lang.String plugin)
status - the status being loggedplugin - the plugin of the log which generated this event