Eclipse Platform
Release 3.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 Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.