C# 클래스 NLog.Targets.Syslog.Policies.TruncateToComputedValuePolicy

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

공개 메소드들

메소드 설명
Apply ( ByteArray bytes ) : void
IsApplicable ( ) : bool
TruncateToComputedValuePolicy ( EnforcementConfig enforcementConfig, bool assumeAsciiEncoding ) : NLog.Common

비공개 메소드들

메소드 설명
MaxLengthToAvoidCharCorruption ( ByteArray bytes, long updatedMaxLength ) : long

메소드 상세

Apply() 공개 메소드

public Apply ( ByteArray bytes ) : void
bytes ByteArray
리턴 void

IsApplicable() 공개 메소드

public IsApplicable ( ) : bool
리턴 bool

TruncateToComputedValuePolicy() 공개 메소드

public TruncateToComputedValuePolicy ( EnforcementConfig enforcementConfig, bool assumeAsciiEncoding ) : NLog.Common
enforcementConfig NLog.Targets.Syslog.Settings.EnforcementConfig
assumeAsciiEncoding bool
리턴 NLog.Common