C# Class Cedar.Framework.AuditTrail.DefaultAuditLogFormatter

The audit log formatter which is by default used.
Inheritance: IAuditLogFormatter
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode Description
Format ( object logData ) : string

Formats the specified log dataas a literal text.

Method Details

Format() public méthode

Formats the specified log dataas a literal text.
public Format ( object logData ) : string
logData object The log data object.
Résultat string