Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Flush ( ) : void | ||
LogTextWriter ( ) : System | ||
LogTextWriter ( IFormatProvider formatProvider ) : System | ||
Write ( bool value ) : void | ||
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( decimal value ) : void | ||
Write ( double value ) : void | ||
Write ( float value ) : void | ||
Write ( int value ) : void | ||
Write ( long value ) : void | ||
Write ( object value ) : void | ||
Write ( string format ) : 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 | ||
Write ( uint value ) : void | ||
Write ( ulong value ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( bool value ) : void | ||
WriteLine ( char value ) : void | ||
WriteLine ( char buffer, int index, int count ) : void | ||
WriteLine ( decimal value ) : void | ||
WriteLine ( double value ) : void | ||
WriteLine ( float value ) : void | ||
WriteLine ( int value ) : void | ||
WriteLine ( long value ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( string format ) : 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 | ||
WriteLine ( uint value ) : void | ||
WriteLine ( ulong value ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public LogTextWriter ( IFormatProvider formatProvider ) : System | ||
formatProvider | IFormatProvider | |
Résultat | System |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Résultat | void |
public Write ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Résultat | void |
public Write ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Résultat | void |
public Write ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Résultat | void |
public WriteLine ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Résultat | void |
public WriteLine ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Résultat | void |
public WriteLine ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Résultat | void |
public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Résultat | void |