C# Class Cedar.Framework.AuditTrail.Redis.RedisAuditLogListener

Inheritance: Cedar.Framework.AuditTrail.Base.AuditLogListenerBase
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
RedisAuditLogListener ( string name, string filterName, RedisDatabaseWrapper redisDatabaseWrapper, string applicationName ) : Cedar.Core.Configuration

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

Protected Methods

Method Description
WriteCore ( AuditLogEntry logEntry ) : void

Writes the specified audit log entry.

Method Details

RedisAuditLogListener() public method

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.
return Cedar.Core.Configuration

WriteCore() protected method

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