ExceptionExt Class
Namespace: Stimulsoft.Report.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
init static |
void | |
log static |
LogStatus | |
logEvent static |
LogStatus | |
logExpression static |
LogStatus | |
logSeriesExpression static |
LogStatus |
Method Details
init static
init(): void
log static
log(exception: Exception | string, obj: any, message: string): LogStatus
Parameters
- exception (Exception | string)
- obj (any)
- message (string)
Returns LogStatus
logEvent static
logEvent(exception: Exception | string, component: StiComponent, eventName: string): LogStatus
Parameters
- exception (Exception | string)
- component (StiComponent)
- eventName (string)
Returns LogStatus
logExpression static
logExpression(exception: Exception | string, component: StiComponent, propertyName: string): LogStatus
Parameters
- exception (Exception | string)
- component (StiComponent)
- propertyName (string)
Returns LogStatus
logSeriesExpression static
logSeriesExpression(exception: Exception | string, component: StiComponent, series: string, propertyName: string): LogStatus
Parameters
- exception (Exception | string)
- component (StiComponent)
- series (string)
- propertyName (string)
Returns LogStatus