C# Class Cedar.Framework.AuditTrail.AuditLogFormatters

This static class is used to store the type based AuditLogFormatter list.
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode Description
GetFormatter ( object logData ) : IAuditLogFormatter

Gets the formatter.

Method Details

GetFormatter() public static méthode

Gets the formatter.
public static GetFormatter ( object logData ) : IAuditLogFormatter
logData object The log data.
Résultat IAuditLogFormatter