Class QVTOReconfigurationLogger

java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.qvto.QVTOReconfigurationLogger
All Implemented Interfaces:
org.eclipse.m2m.qvt.oml.util.Log

public class QVTOReconfigurationLogger extends Object implements org.eclipse.m2m.qvt.oml.util.Log
QVTo Reconfigurator Logging Class
  • Constructor Details

    • QVTOReconfigurationLogger

      public QVTOReconfigurationLogger(Class<?> clazz)
      Parameters:
      clazz - class for the LOGGER
  • Method Details

    • log

      public void log(String message)
      Specified by:
      log in interface org.eclipse.m2m.qvt.oml.util.Log
    • log

      public void log(int logLevel, String message)
      Specified by:
      log in interface org.eclipse.m2m.qvt.oml.util.Log
    • log

      public void log(String message, Object parameter)
      Specified by:
      log in interface org.eclipse.m2m.qvt.oml.util.Log
    • log

      public void log(int logLevel, String message, Object parameter)
      Specified by:
      log in interface org.eclipse.m2m.qvt.oml.util.Log