C# Class WebApplications.Utilities.Formatting.TraceTextWriter

Inheritance: System.IO.TextWriter, ITextWriter
Datei anzeigen Open project: webappsuk/CoreLibraries

Public Methods

Method Description
Flush ( ) : void

Flushes this instance.

Write ( bool value ) : void

Writes the specified value.

Write ( char value ) : void

Writes the specified value.

Write ( char buffer, int index, int count ) : void

Writes the specified buffer.

Write ( decimal value ) : void

Writes the specified value.

Write ( double value ) : void

Writes the specified value.

Write ( float value ) : void

Writes the specified value.

Write ( int value ) : void

Writes the specified value.

Write ( long value ) : void

Writes the specified value.

Write ( object value ) : void

Writes the specified value.

Write ( string value ) : void

Writes the specified value.

Write ( string format, object arg0 ) : void

Writes the specified format.

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

Writes the specified format.

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

Writes the specified format.

Write ( uint value ) : void

Writes the specified value.

Write ( ulong value ) : void

Writes the specified value.

WriteLine ( ) : void

Writes the line.

WriteLine ( bool value ) : void

Writes the line.

WriteLine ( char value ) : void

Writes the line.

WriteLine ( char buffer, int index, int count ) : void

Writes the line.

WriteLine ( decimal value ) : void

Writes the line.

WriteLine ( double value ) : void

Writes the line.

WriteLine ( float value ) : void

Writes the line.

WriteLine ( int value ) : void

Writes the line.

WriteLine ( long value ) : void

Writes the line.

WriteLine ( object value ) : void

Writes the line.

WriteLine ( string value ) : void

Writes the line.

WriteLine ( string format, object arg0 ) : void

Writes the line.

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

Writes the line.

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

Writes the line.

WriteLine ( uint value ) : void

Writes the line.

WriteLine ( ulong value ) : void

Writes the line.

Private Methods

Method Description
TraceTextWriter ( ) : System.Diagnostics

Prevents a default instance of the TraceTextWriter class from being created.

Method Details

Flush() public method

Flushes this instance.
public Flush ( ) : void
return void

Write() public method

Writes the specified value.
public Write ( bool value ) : void
value bool The value.
return void

Write() public method

Writes the specified value.
public Write ( char value ) : void
value char The value.
return void

Write() public method

Writes the specified buffer.
public Write ( char buffer, int index, int count ) : void
buffer char The buffer.
index int The index.
count int The count.
return void

Write() public method

Writes the specified value.
public Write ( decimal value ) : void
value decimal The value.
return void

Write() public method

Writes the specified value.
public Write ( double value ) : void
value double The value.
return void

Write() public method

Writes the specified value.
public Write ( float value ) : void
value float The value.
return void

Write() public method

Writes the specified value.
public Write ( int value ) : void
value int The value.
return void

Write() public method

Writes the specified value.
public Write ( long value ) : void
value long The value.
return void

Write() public method

Writes the specified value.
public Write ( object value ) : void
value object The value.
return void

Write() public method

Writes the specified value.
public Write ( string value ) : void
value string The value.
return void

Write() public method

Writes the specified format.
public Write ( string format, object arg0 ) : void
format string The format.
arg0 object The arg0.
return void

Write() public method

Writes the specified format.
public Write ( string format, object arg0, object arg1 ) : void
format string The format.
arg0 object The arg0.
arg1 object The arg1.
return void

Write() public method

Writes the specified format.
public Write ( string format, object arg0, object arg1, object arg2 ) : void
format string The format.
arg0 object The arg0.
arg1 object The arg1.
arg2 object The arg2.
return void

Write() public method

Writes the specified value.
public Write ( uint value ) : void
value uint The value.
return void

Write() public method

Writes the specified value.
public Write ( ulong value ) : void
value ulong The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( ) : void
return void

WriteLine() public method

Writes the line.
public WriteLine ( bool value ) : void
value bool The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( char value ) : void
value char The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( char buffer, int index, int count ) : void
buffer char The buffer.
index int The index.
count int The count.
return void

WriteLine() public method

Writes the line.
public WriteLine ( decimal value ) : void
value decimal The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( double value ) : void
value double The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( float value ) : void
value float The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( int value ) : void
value int The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( long value ) : void
value long The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( object value ) : void
value object The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( string value ) : void
value string The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( string format, object arg0 ) : void
format string The format.
arg0 object The arg0.
return void

WriteLine() public method

Writes the line.
public WriteLine ( string format, object arg0, object arg1 ) : void
format string The format.
arg0 object The arg0.
arg1 object The arg1.
return void

WriteLine() public method

Writes the line.
public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void
format string The format.
arg0 object The arg0.
arg1 object The arg1.
arg2 object The arg2.
return void

WriteLine() public method

Writes the line.
public WriteLine ( uint value ) : void
value uint The value.
return void

WriteLine() public method

Writes the line.
public WriteLine ( ulong value ) : void
value ulong The value.
return void