Method | Description | |
---|---|---|
CustomLogger ( IOptions |
||
GenerateErrorResponse ( |
This method will generate error response that will be sent to the client
|
|
LogError ( |
Gets the line number where exception has occurred.
|
|
MatterCenterExceptions ( |
Logs error message in Azure table storage or Event Viewer.
|
public CustomLogger ( IOptions |
||
logTables | IOptions |
|
generalSettings | IOptions |
|
return | System |
public GenerateErrorResponse ( |
||
ex | Exception object that occured | |
return |
public LogError ( |
||
exception | Exception object | |
className | string | Class Name where exception occur |
methodName | string | Name of the method. |
logTableName | string | Name of the log table. |
return |
public MatterCenterExceptions ( |
||
exception | Exception object | |
className | string | Class Name where exception occur |
methodName | string | Name of the method. |
logTableName | string | Name of the log table. |
lineNumber | int | Line Number of the log table. |
return |