Class ConfigurationWarnings

java.lang.Object
org.frankframework.configuration.ApplicationWarningsBase
org.frankframework.configuration.ConfigurationWarnings
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class ConfigurationWarnings extends ApplicationWarningsBase
  • Constructor Details

    • ConfigurationWarnings

      public ConfigurationWarnings()
  • Method Details

    • add

      public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message)
      Add a ConfigurationWarning with INamedObject prefix
    • add

      public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, Throwable t)
      Add a ConfigurationWarning with INamedObject prefix and log the exception stack
    • add

      public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey)
      Add a (globally-)suppressable ConfigurationWarning with INamedObject prefix
    • add

      public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, IAdapter adapter)
      Add a suppressable ConfigurationWarning with INamedObject prefix
    • isSuppressed

      public boolean isSuppressed(SuppressKeys key)
    • isSuppressed

      public static boolean isSuppressed(SuppressKeys key, IAdapter adapter)
    • add

      public void add(Object source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, IAdapter adapter)