Package org.frankframework.configuration
Class ConfigurationWarnings
java.lang.Object
org.frankframework.configuration.AbstractApplicationWarnings
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Object source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) static void
add
(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message) Add a ConfigurationWarning with INamedObject prefixstatic void
add
(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, Throwable t) Add a ConfigurationWarning with INamedObject prefix and log the exception stackstatic void
add
(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey) Add a (globally-)suppressible ConfigurationWarning with INamedObject prefixstatic void
add
(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) Add a suppressible ConfigurationWarning with INamedObject prefixboolean
isSuppressed
(SuppressKeys key) static boolean
isSuppressed
(SuppressKeys key, Adapter adapter) Methods inherited from class org.frankframework.configuration.AbstractApplicationWarnings
add, add, addWarnings, afterPropertiesSet, destroy, doAdd, doAdd, doAdd, get, getAppConstants, getApplicationContext, getWarnings, isEmpty, setApplicationContext, size
-
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-)suppressible ConfigurationWarning with INamedObject prefix -
add
public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) Add a suppressible ConfigurationWarning with INamedObject prefix -
isSuppressed
-
isSuppressed
-
add
public void add(Object source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter)
-