C# Class NLog.Targets.Syslog.MessageCreation.StructuredData

显示文件 Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Public Methods

Method Description
AppendBytes ( ByteArray message, LogEventInfo logEvent, EncodingSet encodings ) : void
StructuredData ( StructuredDataConfig sdConfig, EnforcementConfig enforcementConfig ) : NLog.Layouts
ToString ( ) : string

Method Details

AppendBytes() public method

public AppendBytes ( ByteArray message, LogEventInfo logEvent, EncodingSet encodings ) : void
message ByteArray
logEvent LogEventInfo
encodings EncodingSet
return void

StructuredData() public method

public StructuredData ( StructuredDataConfig sdConfig, EnforcementConfig enforcementConfig ) : NLog.Layouts
sdConfig NLog.Targets.Syslog.Settings.StructuredDataConfig
enforcementConfig NLog.Targets.Syslog.Settings.EnforcementConfig
return NLog.Layouts

ToString() public method

public ToString ( ) : string
return string