C# Класс NLog.Targets.FileTarget.FileNameTemplate

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
FileNameTemplate ( string template ) : Common.System
ReplacePattern ( string replacementValue ) : string

Replace the pattern with the specified String.

Описание методов

FileNameTemplate() публичный Метод

public FileNameTemplate ( string template ) : Common.System
template string
Результат Common.System

ReplacePattern() публичный Метод

Replace the pattern with the specified String.
public ReplacePattern ( string replacementValue ) : string
replacementValue string
Результат string