Méthode | Description | |
---|---|---|
Write ( string message, |
Logs a message.
|
Méthode | Description | |
---|---|---|
StreamingAdapterBase ( Stream stream, |
Initializes a new StreamingAdapterBase class.
|
Méthode | Description | |
---|---|---|
IAdapter ( string message ) : void |
Logs a message.
|
protected StreamingAdapterBase ( Stream stream, |
||
stream | Stream | The Stream. |
encoding | The Encoding. | |
Résultat | System |
public abstract Write ( string message, |
||
message | string | The Message. |
writer | The StreamWriter. | |
Résultat | void |