java.lang.Object
com.foursoft.harness.navext.runtime.io.utils.LogEvent

public final class LogEvent extends Object
Helper class to log ValidationEvent
  • Method Details

    • getLocationAndMessage

      public static String getLocationAndMessage(jakarta.xml.bind.ValidationEvent event)
      Parameters:
      event - the event to parse
      Returns:
      the location and the message of the event
    • getLocation

      public static String getLocation(jakarta.xml.bind.ValidationEventLocator locator)
      Parameters:
      locator - a locator
      Returns:
      the location stored in the locator as string
    • log

      public static void log(jakarta.xml.bind.ValidationEvent event)
      logs the event to the slf4j
      Parameters:
      event - the validation event to log