C# Class Sharpex2D.Debug.Logging.Adapters.Streaming.StreamingAdapterBase

Inheritance: IAdapter
Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
Write ( string message, StreamWriter writer ) : void

Logs a message.

Méthodes protégées

Méthode Description
StreamingAdapterBase ( Stream stream, Encoding encoding ) : System

Initializes a new StreamingAdapterBase class.

Private Methods

Méthode Description
IAdapter ( string message ) : void

Logs a message.

Method Details

StreamingAdapterBase() protected méthode

Initializes a new StreamingAdapterBase class.
protected StreamingAdapterBase ( Stream stream, Encoding encoding ) : System
stream Stream The Stream.
encoding System.Text.Encoding The Encoding.
Résultat System

Write() public abstract méthode

Logs a message.
public abstract Write ( string message, StreamWriter writer ) : void
message string The Message.
writer System.IO.StreamWriter The StreamWriter.
Résultat void