Interface IReportLogger
Interface for Report error log
Namespace: Syncfusion.Reports.EJ
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public interface IReportLogger
Methods
LogError(String, Exception, MethodBase, ErrorType)
Log the error information
Declaration
void LogError(string message, Exception exception, MethodBase methodType, ErrorType errorType)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message of unexceptional case |
System.Exception | exception | Exception |
System.Reflection.MethodBase | methodType | Current Method Info |
ErrorType | errorType | Error Type |
LogError(String, String, Exception, String, String, String)
Raises when there is an error in the report.
Declaration
void LogError(string errorCode, string message, Exception exception, string errorDetail, string methodName, string className)
Parameters
Type | Name | Description |
---|---|---|
System.String | errorCode | |
System.String | message | |
System.Exception | exception | |
System.String | errorDetail | |
System.String | methodName | |
System.String | className |