C# Class StreetFoo.Client.StreamingFileTarget

Inheritance: StreamingTarget
Mostra file Open project: mbrit/ProgrammingMetroStyle

Private Properties

Property Type Description
EnsureInitializedAsync Task
SinkWarning void
StreamingFileTarget System
WriteToDebug void
WriteToDisk Task

Protected Methods

Method Description
WriteQueuedItem ( LogEventInfo entry ) : void

Private Methods

Method Description
EnsureInitializedAsync ( ) : Task
SinkWarning ( FileNotFoundException ex ) : void
StreamingFileTarget ( ) : System
WriteToDebug ( string buf ) : void
WriteToDisk ( string buf ) : Task

Method Details

WriteQueuedItem() protected method

protected WriteQueuedItem ( LogEventInfo entry ) : void
entry MetroLog.LogEventInfo
return void