Eclipse Platform
2.0

org.eclipse.core.runtime
Interface ILogListener

All Superinterfaces:
EventListener

public interface ILogListener
extends EventListener

A log listener is notified of entries added to a plug-in's log.

Clients may implement this interface.

See Also:
ILog.addLogListener(org.eclipse.core.runtime.ILogListener), Platform.addLogListener(org.eclipse.core.runtime.ILogListener)

Method Summary
 void logging(IStatus status, String plugin)
          Notifies this listener that given status has been logged by a plug-in.
 

Method Detail

logging

public void logging(IStatus status,
                    String plugin)
Notifies this listener that given status has been logged by a plug-in. The listener is free to retain or ignore this status.

Parameters:
status - the status being logged
plugin - the plugin of the log which generated this event

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.