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

    Modifier and Type
    Method
    Description
    void
    log(Object logEntry)
    Logs an entry.
  • Method Details

    • log

      void log(Object logEntry)
      Logs an entry.
      Parameters:
      logEntry - a plastic entry to log.