C# Класс Cedar.Framework.AuditTrail.Redis.RedisAuditLogListener

Наследование: Cedar.Framework.AuditTrail.Base.AuditLogListenerBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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