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. |
log
void log(
IStatus status)
- Logs the given status.
-
-
Parameters:
-
status
- the status to log
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.