C# Class NLog.Targets.Syslog.Policies.ReplaceComputedValuePolicy

Show file Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Public Methods

Method Description
Apply ( string s, string searchFor ) : string
IsApplicable ( ) : bool
ReplaceComputedValuePolicy ( EnforcementConfig enforcementConfig, string replaceWith ) : NLog.Common

Method Details

Apply() public method

public Apply ( string s, string searchFor ) : string
s string
searchFor string
return string

IsApplicable() public method

public IsApplicable ( ) : bool
return bool

ReplaceComputedValuePolicy() public method

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