C# 클래스 Cedar.Framework.AuditTrail.Redis.RedisAuditLogListener

상속: Cedar.Framework.AuditTrail.Base.AuditLogListenerBase
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
RedisAuditLogListener ( string name, string filterName, RedisDatabaseWrapper redisDatabaseWrapper, string applicationName ) : Cedar.Core.Configuration

Initializes a new instance of the T:Cedar.Core.AuditTrail.RedisAuditLogListener class.

보호된 메소드들

메소드 설명
WriteCore ( AuditLogEntry logEntry ) : void

Writes the specified audit log entry.

메소드 상세

RedisAuditLogListener() 공개 메소드

Initializes a new instance of the T:Cedar.Core.AuditTrail.RedisAuditLogListener class.
public RedisAuditLogListener ( string name, string filterName, RedisDatabaseWrapper redisDatabaseWrapper, string applicationName ) : Cedar.Core.Configuration
name string The name.
filterName string Name of the filter.
redisDatabaseWrapper Cedar.Core.EntLib.Data.RedisDatabaseWrapper
applicationName string Name of the application.
리턴 Cedar.Core.Configuration

WriteCore() 보호된 메소드

Writes the specified audit log entry.
protected WriteCore ( AuditLogEntry logEntry ) : void
logEntry Cedar.Framework.AuditTrail.Base.AuditLogEntry The audit log entry.
리턴 void