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

The audit log formatter which is by default used.
상속: IAuditLogFormatter
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
Format ( object logData ) : string

Formats the specified log dataas a literal text.

메소드 상세

Format() 공개 메소드

Formats the specified log dataas a literal text.
public Format ( object logData ) : string
logData object The log data object.
리턴 string