C# Class OctoTorrent.SampleClient.Top10Listener

Keeps track of the X most recent number of events recorded by the listener. X is specified in the constructor
Inheritance: System.Diagnostics.TraceListener
Exibir arquivo Open project: Eskat0n/OctoTorrent

Public Methods

Method Description
ExportTo ( TextWriter output ) : void
Top10Listener ( int capacity ) : System.Collections.Generic
Write ( string message ) : void
WriteLine ( string message ) : void

Method Details

ExportTo() public method

public ExportTo ( TextWriter output ) : void
output System.IO.TextWriter
return void

Top10Listener() public method

public Top10Listener ( int capacity ) : System.Collections.Generic
capacity int
return System.Collections.Generic

Write() public method

public Write ( string message ) : void
message string
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void