C# Class BurntSushi.Shared.AbstractHookInterface

Inheritance: MarshalByRefObject
Afficher le fichier Open project: OpenByteDev/BurntSushi

Méthodes publiques

Méthode Description
LogError ( string message ) : void
LogException ( Exception exception ) : void
LogException ( string message, Exception exception ) : void
LogInfo ( string message ) : void
Ping ( ) : void

Method Details

LogError() public abstract méthode

public abstract LogError ( string message ) : void
message string
Résultat void

LogException() public abstract méthode

public abstract LogException ( Exception exception ) : void
exception Exception
Résultat void

LogException() public abstract méthode

public abstract LogException ( string message, Exception exception ) : void
message string
exception Exception
Résultat void

LogInfo() public abstract méthode

public abstract LogInfo ( string message ) : void
message string
Résultat void

Ping() public abstract méthode

public abstract Ping ( ) : void
Résultat void