C# Class NLog.Targets.FileTarget.FileNameTemplate

Afficher le fichier Open project: NLog/NLog

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FileNameTemplate ( string template ) : Common.System
ReplacePattern ( string replacementValue ) : string

Replace the pattern with the specified String.

Method Details

FileNameTemplate() public méthode

public FileNameTemplate ( string template ) : Common.System
template string
Résultat Common.System

ReplacePattern() public méthode

Replace the pattern with the specified String.
public ReplacePattern ( string replacementValue ) : string
replacementValue string
Résultat string