Method | Description | |
---|---|---|
DebuggerWriter ( ) : System |
Initializes a new instance of the DebuggerWriter class.
|
|
DebuggerWriter ( int level, string category ) : System |
Initializes a new instance of the DebuggerWriter class with the specified level and category.
|
|
DebuggerWriter ( int level, string category, IFormatProvider formatProvider ) : System |
Initializes a new instance of the DebuggerWriter class with the specified level, category and format provider.
|
|
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( string value ) : void |
Method | Description | |
---|---|---|
DebuggerWriter ( IFormatProvider formatProvider ) : System | ||
Dispose ( bool disposing ) : void |
protected DebuggerWriter ( IFormatProvider formatProvider ) : System | ||
formatProvider | IFormatProvider | |
return | System |
public DebuggerWriter ( int level, string category ) : System | ||
level | int | A description of the importance of the messages. |
category | string | The category of the messages. |
return | System |
public DebuggerWriter ( int level, string category, IFormatProvider formatProvider ) : System | ||
level | int | A description of the importance of the messages. |
category | string | The category of the messages. |
formatProvider | IFormatProvider | An |
return | System |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |