Class QVTOLogger

  • All Implemented Interfaces:
    org.eclipse.m2m.qvt.oml.util.Log

    public class QVTOLogger
    extends Object
    implements org.eclipse.m2m.qvt.oml.util.Log
    The Class QVTOLogger.
    • Constructor Detail

      • QVTOLogger

        public QVTOLogger()
    • 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 level,
                        String message)
        Specified by:
        log in interface org.eclipse.m2m.qvt.oml.util.Log
      • log

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

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