메소드 | 설명 | |
---|---|---|
AuditLogListenerBase ( string name, string filterName ) : Cedar.Core.IoC |
Initializes a new instance of the T:Cedar.Framework.AuditTrail.Base.AuditLogListenerBase class.
|
|
Write ( |
Writes the specified audit log entry.
|
메소드 | 설명 | |
---|---|---|
GetAuditLogFormatter ( |
Gets the audit log formatter.
|
|
WriteCore ( |
Writes the specified audit log entry.
|
public AuditLogListenerBase ( string name, string filterName ) : Cedar.Core.IoC | ||
name | string | The listern name. |
filterName | string | The configuration name of audit log filter. |
리턴 | Cedar.Core.IoC |
protected GetAuditLogFormatter ( |
||
logEntryItem | The log entry item. | |
리턴 | IAuditLogFormatter |
public Write ( |
||
logEntry | The audit log entry. | |
리턴 | void |
protected abstract WriteCore ( |
||
logEntry | The audit log entry. | |
리턴 | void |