Package 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
-
Method Details
-
log
Logs an entry.- Parameters:
logEntry- a plastic entry to log.
-