Package | Description |
---|---|
org.apache.synapse.aspects.statistics | |
org.apache.synapse.aspects.statistics.view |
Modifier and Type | Method and Description |
---|---|
static ErrorLog |
ErrorLogFactory.createErrorLog(MessageContext synCtx)
Create an ErrorLog from the information in the synapse MessageContext
By default only the error code is logged and if the 'synapse.detailederrorlogging.enable'
has been set, then the error message, details and exception are also logged
|
static ErrorLog |
ErrorLogFactory.createErrorLog(org.apache.axis2.context.MessageContext axisCtx)
Create an ErrorLog from the information in the Axis2 MessageContext
By default only the error code is logged and if the 'synapse.detailederrorlogging.enable'
has been set, then the error message, details and exception are also logged
|
ErrorLog |
StatisticsLog.getErrorLog() |
Modifier and Type | Method and Description |
---|---|
static void |
StatisticsReporter.reportFaultForAll(MessageContext synCtx,
ErrorLog errorLog)
Reporting a fault for any component when a response for a request is received.
|
void |
StatisticsLog.setErrorLog(ErrorLog errorLog) |
Modifier and Type | Method and Description |
---|---|
List<ErrorLog> |
Statistics.getErrorLogs() |
Modifier and Type | Method and Description |
---|---|
void |
Statistics.addErrorLog(ErrorLog errorLog) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.