C# 클래스 Cedar.Framework.AuditTrail.AuditLogFormatters

This static class is used to store the type based AuditLogFormatter list.
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
GetFormatter ( object logData ) : IAuditLogFormatter

Gets the formatter.

메소드 상세

GetFormatter() 공개 정적인 메소드

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