C# Class MetroLog.Targets.SnapshotFileTarget

Inheritance: FileTarget
Afficher le fichier Open project: onovotny/MetroLog

Méthodes publiques

Méthode Description
SnapshotFileTarget ( ) : System
SnapshotFileTarget ( Layout layout ) : System

Méthodes protégées

Méthode Description
WriteTextToFileCore ( StreamWriter stream, string contents ) : System.Threading.Tasks.Task

Method Details

SnapshotFileTarget() public méthode

public SnapshotFileTarget ( ) : System
Résultat System

SnapshotFileTarget() public méthode

public SnapshotFileTarget ( Layout layout ) : System
layout MetroLog.Layouts.Layout
Résultat System

WriteTextToFileCore() protected méthode

protected WriteTextToFileCore ( StreamWriter stream, string contents ) : System.Threading.Tasks.Task
stream System.IO.StreamWriter
contents string
Résultat System.Threading.Tasks.Task