C# Class NLog.Targets.FileTarget.FileNameTemplate

Exibir arquivo Open project: NLog/NLog

Private Properties

Property Type Description

Public Methods

Method Description
FileNameTemplate ( string template ) : Common.System
ReplacePattern ( string replacementValue ) : string

Replace the pattern with the specified String.

Method Details

FileNameTemplate() public method

public FileNameTemplate ( string template ) : Common.System
template string
return Common.System

ReplacePattern() public method

Replace the pattern with the specified String.
public ReplacePattern ( string replacementValue ) : string
replacementValue string
return string