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

Inheritance: Cedar.Framework.AuditTrail.Base.AuditLogListenerBase
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
WriteCore ( AuditLogEntry logEntry ) : void

Writes the specified audit log entry.

Method Details

RedisAuditLogListener() public méthode

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.
Résultat Cedar.Core.Configuration

WriteCore() protected méthode

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