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

Afficher le fichier Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Méthodes publiques

Méthode Description
AppendBytes ( ByteArray message, IEnumerable sdParams, LogEventInfo logEvent, string invalidNamesPattern, EncodingSet encodings ) : void
SdParam ( SdParamConfig sdParamConfig, EnforcementConfig enforcementConfig ) : NLog.Layouts
ToString ( ) : string
ToString ( IEnumerable sdParams ) : string

Private Methods

Méthode Description
AppendBytes ( ByteArray message, LogEventInfo logEvent, string invalidNamesPattern, EncodingSet encodings ) : void
AppendNameBytes ( ByteArray message, LogEventInfo logEvent, string invalidNamesPattern, EncodingSet encodings ) : void
AppendValueBytes ( ByteArray message, LogEventInfo logEvent, EncodingSet encodings ) : void

Method Details

AppendBytes() public static méthode

public static AppendBytes ( ByteArray message, IEnumerable sdParams, LogEventInfo logEvent, string invalidNamesPattern, EncodingSet encodings ) : void
message ByteArray
sdParams IEnumerable
logEvent LogEventInfo
invalidNamesPattern string
encodings EncodingSet
Résultat void

SdParam() public méthode

public SdParam ( SdParamConfig sdParamConfig, EnforcementConfig enforcementConfig ) : NLog.Layouts
sdParamConfig NLog.Targets.Syslog.Settings.SdParamConfig
enforcementConfig NLog.Targets.Syslog.Settings.EnforcementConfig
Résultat NLog.Layouts

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public static méthode

public static ToString ( IEnumerable sdParams ) : string
sdParams IEnumerable
Résultat string