Eclipse eRCP
Release 1.1

org.eclipse.jface.util
Interface ILogger


public interface ILogger

A mechanism to log errors throughout JFace.

Clients may provide their own implementation to change how errors are logged from within JFace.

Since:
3.1
See Also:
Policy.getLog(), Policy.setLog(ILogger)

Method Summary
 void log(IStatus status)
          Logs the given status.
 

Method Detail

log

public void log(IStatus status)
Logs the given status.

Parameters:
status - the status to log

Eclipse eRCP
Release 1.1