C# Class BurntSushi.Shared.AbstractHookInterface

Inheritance: MarshalByRefObject
Show file Open project: OpenByteDev/BurntSushi

Public Methods

Method 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 method

public abstract LogError ( string message ) : void
message string
return void

LogException() public abstract method

public abstract LogException ( Exception exception ) : void
exception Exception
return void

LogException() public abstract method

public abstract LogException ( string message, Exception exception ) : void
message string
exception Exception
return void

LogInfo() public abstract method

public abstract LogInfo ( string message ) : void
message string
return void

Ping() public abstract method

public abstract Ping ( ) : void
return void