@IbisInitializer @Priority(value=2147483647) @Scope(scopeName="singleton") public class ApplicationWarnings extends ApplicationWarningsBase
Constructor and Description |
---|
ApplicationWarnings() |
Modifier and Type | Method and Description |
---|---|
static void |
add(org.apache.logging.log4j.Logger log,
String message)
Add an AppplicationWarning
|
static void |
add(org.apache.logging.log4j.Logger log,
String message,
Throwable t)
Add an AppplicationWarning and log the exception stack
|
void |
afterPropertiesSet() |
void |
destroy() |
static int |
getSize() |
static List<String> |
getWarningsList() |
static void |
removeInstance() |
add, add, addWarnings, doAdd, doAdd, doAdd, get, getAppConstants, getApplicationContext, getWarnings, isEmpty, setApplicationContext, size
public static void add(org.apache.logging.log4j.Logger log, String message)
public static void add(org.apache.logging.log4j.Logger log, String message, Throwable t)
public static void removeInstance()
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class ApplicationWarningsBase
public void destroy()
destroy
in interface org.springframework.beans.factory.DisposableBean
destroy
in class ApplicationWarningsBase
public static int getSize()
Copyright © 2023 Frank!Framework. All rights reserved.