BurntSushi.Shared.AbstractHookInterface.LogError C# (CSharp) Method

LogError() public abstract method

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