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

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

Méthodes publiques

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

Method Details

Apply() public méthode

public Apply ( string s, string searchFor ) : string
s string
searchFor string
Résultat string

IsApplicable() public méthode

public IsApplicable ( ) : bool
Résultat bool

ReplaceComputedValuePolicy() public méthode

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