C# 클래스 NLog.Targets.Syslog.MessageCreation.SdParam

파일 보기 프로젝트 열기: graffen/NLog.Targets.Syslog 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AppendBytes() 공개 정적인 메소드

public static AppendBytes ( ByteArray message, IEnumerable sdParams, LogEventInfo logEvent, string invalidNamesPattern, EncodingSet encodings ) : void
message ByteArray
sdParams IEnumerable
logEvent LogEventInfo
invalidNamesPattern string
encodings EncodingSet
리턴 void

SdParam() 공개 메소드

public SdParam ( SdParamConfig sdParamConfig, EnforcementConfig enforcementConfig ) : NLog.Layouts
sdParamConfig NLog.Targets.Syslog.Settings.SdParamConfig
enforcementConfig NLog.Targets.Syslog.Settings.EnforcementConfig
리턴 NLog.Layouts

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( IEnumerable sdParams ) : string
sdParams IEnumerable
리턴 string