Interface EmfUml2Logger


@OpenApiAll public interface EmfUml2Logger
Eclipse UML2 XMI logger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    error(String message, Throwable throwable)
    Error message.
    void
    log(String message)
    Simple log message.
    void
    warn(String pattern, com.nomagic.magicdraw.emfuml2xmi.Link[] links)
    Logs warning.
  • Method Details

    • warn

      void warn(String pattern, com.nomagic.magicdraw.emfuml2xmi.Link[] links)
      Logs warning.
      Parameters:
      pattern - warning pattern.
      links - links.
    • log

      void log(String message)
      Simple log message.
      Parameters:
      message - message.
    • error

      void error(String message, Throwable throwable)
      Error message.
      Parameters:
      message - message.
      throwable - exception.