C# Class GR.Common.Logging.ConsoleCapturer

Inheritance: System.IO.TextWriter
Show file Open project: alexhanh/Botting-Library

Public Methods

Method 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

Method Description
Append ( char chars ) : void
Append ( string s ) : void

Method Details

ConsoleCapturer() public method

public ConsoleCapturer ( int max_capacity ) : System
max_capacity int
return System

StartCapturing() public method

public StartCapturing ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

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

Write() public method

public Write ( string format, object arg0 ) : void
format string
arg0 object
return void

Write() public method

public Write ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

Write() public method

public Write ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( char value ) : void
value char
return void

WriteLine() public method

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

WriteLine() public method

public WriteLine ( string format, object arg0 ) : void
format string
arg0 object
return void

WriteLine() public method

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

WriteLine() public method

public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void