Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Cedar
Framework
AuditTrail
AuditLogFormatters
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