Méthode | Description | |
---|---|---|
LogDebug ( this sender, string message ) : void |
Logs the debug.
|
|
LogError ( this sender, |
Logs the error.
|
|
LogInfo ( this sender, string message ) : void |
Logs the info.
|
public static LogDebug ( this sender, string message ) : void | ||
sender | this | Sender. |
message | string | Message. |
Résultat | void |
public static LogError ( this sender, |
||
sender | this | Sender. |
ex | Ex. | |
message | string | Message. |
Résultat | void |
public static LogInfo ( this sender, string message ) : void | ||
sender | this | Sender. |
message | string | Message. |
Résultat | void |