C# Class GR.Common.Logging.ConsoleCapturer

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: alexhanh/Botting-Library

Méthodes publiques

Méthode Description
ConsoleCapturer ( int max_capacity ) : System
StartCapturing ( ) : void
ToString ( ) : string
Write ( char value ) : void
Write ( string line ) : void
Write ( string format, object arg0 ) : void
Write ( string format, object arg0, object arg1 ) : void
Write ( string format, object arg0, object arg1, object arg2 ) : void
WriteLine ( ) : void
WriteLine ( char value ) : void
WriteLine ( string line ) : void
WriteLine ( string format, object arg0 ) : void
WriteLine ( string format, object arg0, object arg1 ) : void
WriteLine ( string format, object arg0, object arg1, object arg2 ) : void

Private Methods

Méthode Description
Append ( char chars ) : void
Append ( string s ) : void

Method Details

ConsoleCapturer() public méthode

public ConsoleCapturer ( int max_capacity ) : System
max_capacity int
Résultat System

StartCapturing() public méthode

public StartCapturing ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( char value ) : void
value char
Résultat void

Write() public méthode

public Write ( string line ) : void
line string
Résultat void

Write() public méthode

public Write ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

Write() public méthode

public Write ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

Write() public méthode

public Write ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( char value ) : void
value char
Résultat void

WriteLine() public méthode

public WriteLine ( string line ) : void
line string
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void