public class ConfigurationWarnings extends ApplicationWarningsBase
Constructor and Description |
---|
ConfigurationWarnings() |
Modifier and Type | Method and Description |
---|---|
static void |
add(IConfigurationAware source,
org.apache.logging.log4j.Logger log,
String message)
Add a ConfigurationWarning with INamedObject prefix
|
static void |
add(IConfigurationAware source,
org.apache.logging.log4j.Logger log,
String message,
SuppressKeys suppressionKey)
Add a (globally-)suppressable ConfigurationWarning with INamedObject prefix
|
static void |
add(IConfigurationAware source,
org.apache.logging.log4j.Logger log,
String message,
SuppressKeys suppressionKey,
IAdapter adapter)
Add a suppressable ConfigurationWarning with INamedObject prefix
|
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
|
void |
add(Object source,
org.apache.logging.log4j.Logger log,
String message,
SuppressKeys suppressionKey,
IAdapter adapter) |
boolean |
isSuppressed(SuppressKeys key) |
static boolean |
isSuppressed(SuppressKeys key,
IAdapter adapter) |
add, add, addWarnings, afterPropertiesSet, destroy, doAdd, doAdd, doAdd, get, getAppConstants, getApplicationContext, getWarnings, isEmpty, setApplicationContext, size
public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message)
public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, Throwable t)
public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey)
public static void add(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, IAdapter adapter)
public boolean isSuppressed(SuppressKeys key)
public static boolean isSuppressed(SuppressKeys key, IAdapter adapter)
public void add(Object source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, IAdapter adapter)
Copyright © 2023 Frank!Framework. All rights reserved.