C# Class Cedar.Framework.AuditTrail.AuditLogFormatters

This static class is used to store the type based AuditLogFormatter list.
ファイルを表示 Open project: Chinaccn/surfboard

Public Methods

Method Description
GetFormatter ( object logData ) : IAuditLogFormatter

Gets the formatter.

Method Details

GetFormatter() public static method

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