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

LogException() public abstract method

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

Same methods

AbstractHookInterface::LogException ( string message, Exception exception ) : void