Method | Description | |
---|---|---|
Information ( string message ) : void |
Records an information message.
|
|
WriteDebug ( string message ) : void |
Records a debug message.
|
|
WriteError ( string message ) : void |
Records an error message.
|
public Information ( string message ) : void | ||
message | string | The message to record. |
return | void |
public WriteDebug ( string message ) : void | ||
message | string | The message to record. |
return | void |
public WriteError ( string message ) : void | ||
message | string | The message to record. |
return | void |