Метод | Описание | |
---|---|---|
CreateAuditLogger ( string functionName ) : |
Create T:Cedar.Framework.AuditTrail.AuditLogger based on the specified function name.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Flush ( ) : void |
Drive the audit log listeners to write the stored audit log entry.
|
|
GetLogDetail ( string tableName, string logId ) : List |
Gets the log detail.
|
|
Write ( object logData, OperationType operationType, string customOperationName = null ) : void |
Writes the specified log data.
|
|
Write ( string action, string actionDescription, string inputsParams, dynamic actionRemarks ) : void |
|
Метод | Описание | |
---|---|---|
AuditLogger ( |
||
EnsureNotDisposed ( ) : void |
public static CreateAuditLogger ( string functionName ) : |
||
functionName | string | Name of the function. |
Результат |
public static GetLogDetail ( string tableName, string logId ) : List |
||
tableName | string | Name of the table. |
logId | string | The log ID. |
Результат | List |
public Write ( object logData, OperationType operationType, string customOperationName = null ) : void | ||
logData | object | The log data. |
operationType | OperationType | Type of the operation. |
customOperationName | string | Name of the custom operation. |
Результат | void |
public Write ( string action, string actionDescription, string inputsParams, dynamic actionRemarks ) : void | ||
action | string | |
actionDescription | string | |
inputsParams | string | |
actionRemarks | dynamic | |
Результат | void |