Class 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 Detail

      • QVTOReconfigurationLogger

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

      • 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