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

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

공개 메소드들

메소드 설명
Apply ( string s, string searchFor ) : string
IsApplicable ( ) : bool
ReplaceComputedValuePolicy ( EnforcementConfig enforcementConfig, string replaceWith ) : NLog.Common

메소드 상세

Apply() 공개 메소드

public Apply ( string s, string searchFor ) : string
s string
searchFor string
리턴 string

IsApplicable() 공개 메소드

public IsApplicable ( ) : bool
리턴 bool

ReplaceComputedValuePolicy() 공개 메소드

public ReplaceComputedValuePolicy ( EnforcementConfig enforcementConfig, string replaceWith ) : NLog.Common
enforcementConfig NLog.Targets.Syslog.Settings.EnforcementConfig
replaceWith string
리턴 NLog.Common