C# Class Cedar.Framework.AuditTrail.CompositeAuditLogListener

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

Méthodes publiques

Méthode Description
CompositeAuditLogListener ( IEnumerable listeners ) : System

Méthodes protégées

Méthode Description
WriteCore ( AuditLogEntry logEntry ) : void

Method Details

CompositeAuditLogListener() public méthode

public CompositeAuditLogListener ( IEnumerable listeners ) : System
listeners IEnumerable
Résultat System

WriteCore() protected méthode

protected WriteCore ( AuditLogEntry logEntry ) : void
logEntry Cedar.Framework.AuditTrail.Base.AuditLogEntry
Résultat void