org.eclipse.emf.common.util
Interface Logger
- All Known Implementing Classes:
- CommonPlugin, CommonPlugin.Implementation, EMFPlugin, EMFPlugin.EclipsePlugin
public interface Logger
A logger of log entries.
It can be implemented by different logging facilities depending on the runtime.
It is plastic and intended to support any underlying logging facility.
|
Method Summary |
void |
log(java.lang.Object logEntry)
Logs an entry. |
log
void log(java.lang.Object logEntry)
- Logs an entry.
- Parameters:
logEntry - a plastic entry to log.
Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.