C# Class MetroLog.Targets.SnapshotFileTarget

Inheritance: FileTarget
显示文件 Open project: onovotny/MetroLog

Public Methods

Method Description
SnapshotFileTarget ( ) : System
SnapshotFileTarget ( Layout layout ) : System

Protected Methods

Method Description
WriteTextToFileCore ( StreamWriter stream, string contents ) : System.Threading.Tasks.Task

Method Details

SnapshotFileTarget() public method

public SnapshotFileTarget ( ) : System
return System

SnapshotFileTarget() public method

public SnapshotFileTarget ( Layout layout ) : System
layout MetroLog.Layouts.Layout
return System

WriteTextToFileCore() protected method

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