Méthode | Description | |
---|---|---|
LogError ( string message ) : void | ||
LogException ( Exception exception ) : void | ||
LogException ( string message, Exception exception ) : void | ||
LogInfo ( string message ) : void | ||
Ping ( ) : void |
public abstract LogError ( string message ) : void | ||
message | string | |
Résultat | void |
public abstract LogException ( Exception exception ) : void | ||
exception | Exception | |
Résultat | void |
public abstract LogException ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
Résultat | void |
public abstract LogInfo ( string message ) : void | ||
message | string | |
Résultat | void |