java.lang.Object
eu.qualimaster.easy.extension.internal.Bundle

public class Bundle extends Object
Bundle / Activator for this plug-in.
Author:
El-Sharkawy
  • Field Details

  • Constructor Details

    • Bundle

      public Bundle()
  • Method Details

    • getLogger

      public static net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger getLogger(Class<?> clazz)
      Returns a logger for a class specified in this extension.
      Parameters:
      clazz - A class of this extension for which the logger shall be returned.
      Returns:
      The logger instance for the given class.