static void |
Report.closeSection(AbstractInstance instance)
Perform 'closeSection' method in all report adapters registered.
|
void |
ReportAdapter.closeSection(AbstractInstance containerInstance) |
static void |
Report.error(AbstractInstance instance,
String title,
SpContext spContext,
Throwable exception)
Perform 'error' method in all report adapters registered.
|
void |
ReportAdapter.error(AbstractInstance containerInstance,
String title,
SpContext spContext,
Throwable exception) |
static void |
Report.error(AbstractInstance instance,
String title,
String message,
Throwable exception)
Perform 'error' method in all report adapters registered.
|
void |
ReportAdapter.error(AbstractInstance containerInstance,
String title,
String message,
Throwable exception) |
static void |
Report.info(AbstractInstance instance,
String title,
SpContext spContext)
Perform 'info' method in all report adapters registered.
|
void |
ReportAdapter.info(AbstractInstance containerInstance,
String title,
SpContext spContext) |
static void |
Report.info(AbstractInstance instance,
String title,
String message)
Perform 'info' method in all report adapters registered.
|
void |
ReportAdapter.info(AbstractInstance containerInstance,
String title,
String message) |
static void |
Report.openSection(AbstractInstance instance,
String title)
Perform 'openSection' method in all report adapters registered.
|
void |
ReportAdapter.openSection(AbstractInstance instance,
String title) |
static void |
Report.terminated(AbstractInstance instance,
String title,
String message,
Throwable exception)
Perform 'terminated' method in all report adapters registered.
|
void |
ReportAdapter.terminated(AbstractInstance containerInstance,
String title,
String message,
Throwable exception) |
static void |
Report.warn(AbstractInstance instance,
String title,
String message)
Perform 'warn' method in all report adapters registered.
|
void |
ReportAdapter.warn(AbstractInstance containerInstance,
String title,
String message) |